Berkay Karaman
Berkay Karaman
## Description Closes #1023 [Discussion](https://github.com/autowarefoundation/autoware/discussions/381) Related #567 Autoware do not depend the steering angle rate. In lateral controller, we can set steering_rate_limit ([here](https://github.com/autowarefoundation/autoware.universe/blob/main/launch/tier4_control_launch/config/trajectory_follower/lateral_controller.param.yaml#L49)). However, when lower steering_rate_limit is set, the...
### Checklist - [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md). - [X] I've searched other issues and no duplicate issues were found. - [X] I've agreed with the maintainers that I...
Thanks for contributing to PlotJuggler. You are great @facontidavide ! # Problem description Hi, I need to access the historical data in plotjuggler (I used buffer as 100 that is...
Signed-off-by: Berkay Karaman ## Description Related: #183 ## Pre-review checklist for the PR author The PR author **must** check the checkboxes below when creating the PR. - [x] I've confirmed...
### Checklist - [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md). - [X] I've searched other issues and no duplicate issues were found. - [X] I've agreed with the maintainers that I...
### Checklist - [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md). - [X] I've searched other issues and no duplicate issues were found. - [X] I'm convinced that this is not my...
## Description This PR solves the following issues: * If the user sends stop command to autoware while driving, autoware does not do steering control while stopping: https://github.com/autowarefoundation/autoware.universe/issues/5796 * https://github.com/autowarefoundation/autoware.universe/issues/4915...
## Description In the current implementation on Autoware, while calculating the output command, we are compensating for the slope and delay in `pid_longitudinal_controller`. We are doing the delay compensation by...
## Description Main issue: - https://github.com/autowarefoundation/autoware.universe/issues/6547 Strictly depends on: - https://github.com/autowarefoundation/autoware.universe/pull/6382 Optionally depends on: - https://github.com/autowarefoundation/autoware.universe/issues/6255 The main purpose of the reaction analyzer package is to measure the reaction times...
## Description https://github.com/autowarefoundation/autoware.universe/issues/6032 As mentioned in the issue, we are mostly using the `ros2 topic delay /topic_name` which shows us the time between the message header and the current time....