ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I'd like to comment on something that caught my attention.
vx_samples
and vtheta_samples
are real numbers, but they should be parameters that take integers. It may be that move_base is not interpreting the parameters properly.
I think acc_lim_theta
, max_vel_theta
, and min_vel_theta
are too small. You may not be able to generate the angular velocity needed to turn.