-
I am currently trying to use a planning simulator in Autoware for our indoor mobile robot. How can I tune the velocity of the vehicle in the simulator? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 9 replies
-
I think you can set max_velocity in planning here. Also, acceleration or jerk can be tuned. |
Beta Was this translation helpful? Give feedback.
-
@kminoda If you want to set the maximum velocity in static, please set the velocity limit in your vector map (ll2 map). |
Beta Was this translation helpful? Give feedback.
@kminoda
If you want to set the maximum velocity in dynamic, please publish
/planning/scenario_planning/max_velocity_default
.If you use web_controller, it publishes
/planning/scenario_planning/max_velocity_default
with input velocity limitIf you want to set the maximum velocity in static, please set the velocity limit in your vector map (ll2 map).