How can we unlock the speed limit of 50? #5356
-
Code of Conduct
ContentsI'm currently experimenting with a custom map with a 1km implementation, and like other question about speed, no matter how much I increase the speed limit, the speed stays at 50. No matter how much I increase the parameters related to motion_smoother in the answer to that question, the speed doesn't go above 50. The experiment I want to do requires the speed to go up to 100, is there any way to get it up to that speed? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@KM-Hyun happy hacking! |
Beta Was this translation helpful? Give feedback.
-
@KM-Hyun, autoware_motion_smoother create velocity profile with assumption: vehicle must stop at the end of trajectory. It uses acceleration/deceleration parameters for creation of such velocity profile. If it is not possible for vehicle with that parameters to achieve maximum velocity, you should change path length in behavior_path_planner and autoware_motion_smoother |
Beta Was this translation helpful? Give feedback.
@KM-Hyun
just check the vector map you used, there are speed limit element inside them
happy hacking!