ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It sounds like you have a non-holonomic robot, so you can set the holonomic_robot
param of the base_local_planner node to make sure that it won't output cmd_vel messages that your robot won't be able to perform.
2 | No.2 Revision |
It sounds like you have a non-holonomic robot, so you can set the holonomic_robot
param of the base_local_planner node to false to make sure that it won't output cmd_vel messages that your robot won't be able to perform.