Robotics StackExchange | Archived questions

why move_base node doesn't publish to /cmd_vel topic ?

Hi, i using RpLidar with AMCL, movebase to build Robot Mobile. image description After used 2D Nav Goal, Rviz displayed path to Goal, don't have cmdvel action. I don't understand. rqt_graph node: image description

Asked by bkmen97 on 2019-09-14 15:01:08 UTC

Comments

Answers

I suspect move_base is publishing to /cmd_vel, but in rqt_graph it looks like you've asked it to hide unused topics; that is probably why you aren't seeing it. I suggest you uncheck "Dead sinks" and "Leaf topics"

I suspect your robot is not moving because you do not have a subscriber to cmd_vel to implement motion based on cmd_vel.

Asked by ahendrix on 2019-09-14 15:51:05 UTC

Comments

i untick all hide, but don't have /cmd_vel topic action too. Can you help me. :))

Asked by bkmen97 on 2019-09-16 04:12:12 UTC

Hi, could you uncheck everything but unreachable and params and reupload the image?

Asked by Ronro on 2021-09-10 14:11:15 UTC