move_base publishes cmd_vel with all 0
Hi,
i am working on a pioneer3DX and the navigation stack. But the problem is, sometimes move_base publishes under cmd_vel a geometry_msgs/Twist with all linear and all angular values 0.
Here a picture of the situation.
Here is my config file for the Trajectory Planner:
NavfnROS:
default_tolerance: 0.5
TrajectoryPlannerROS:
default_tolerance: 0.5
acc_lim_z: 0.05
acc_lim_x: 0.3
acc_lim_y: 0.3
min_in_place_rotational_vel: 0.1
holonomic_robot: false
yaw_goal_tolerance: 0.15
xy_goal_tolerance: 0.15
pdist_scale: 0.8
If you need further information just tell me.
Regards Peter