ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You could use dyanmic_reconfigure
to change (Maximum) velocities on the fly, if it is implemented in the respective local planner.
E.g.
- base_local_planner
has max_vel_x
and min_vel_x
dynamically configureable.
- dwa_local_planner
seems to have the same.
For other local planners, you'd have to check.
2 | No.2 Revision |
You could use dyanmic_reconfigure
to change (Maximum) velocities on the fly, if it is implemented in the respective local planner.
E.g.
- E.g.
base_local_planner
has max_vel_x
and min_vel_x
dynamically dwa_local_planner
seems to have the same.For other local planners, you'd have to check.
3 | No.3 Revision |
You could use dyanmic_reconfigure
to change (Maximum) velocities on the fly, if it is implemented in the respective local planner.
E.g.
base_local_planner
has max_vel_x
and min_vel_x
dynamically configureable.dwa_local_planner
seems to have the same.For other local planners, you'd have to check.
==== EDIT There is a python Client. And it seems that a C++ Client has been merged as well, so there is no documentation.
4 | No.4 Revision |
You could use dyanmic_reconfigure
to change (Maximum) velocities on the fly, if it is implemented in the respective local planner.
E.g.
base_local_planner
has max_vel_x
and min_vel_x
dynamically configureable.dwa_local_planner
seems to have the same.For other local planners, you'd have to check.
====
EDIT
5 | No.5 Revision |
You could use dyanmic_reconfigure
to change (Maximum) velocities on the fly, if it is implemented in the respective local planner.
E.g.
base_local_planner
has max_vel_x
and min_vel_x
dynamically configureable.dwa_local_planner
seems to have the same.For other local planners, you'd have to check.
EDIT
There is a python Client.
And it seems that a C++ Client has been merged as well, so though there is no documentation.