I'm trying to get move_base working with rtabmap. I followed this
post and all my nodes are up and running. But I'm not getting any data on the '/cmd_vel' topic. Something is wrong with my setup but I can't figure it out.
I found
this older post which talks about properly connecting the '/rtabmap/grid_map' topic.
Looking at my rqt_graph it looks ok to me (full graph:
rosgraph.dot):
/rtabmap/grid_map is mapped to /map:
<remap from="grid_map" to="/map"/>
And rtabmap communicates with move_base via actionlib:
<param name="use_action_for_goal" type="bool" value="true"/>
<remap from="move_base" to="/move_base"/>
I don't see any error messages coming from move_base but I notice that move_base has very few published topics, only three. Also move_base doesn't subscribe to an odom topic. Is that necessary? And if so, where do I configure that?