Closed npnquang closed 1 month ago
The bumpgo node publishes to /output_vel
, which is mapped to /nav_vel
. Changing the mapping from /output_vel -> /nav_vel
to /output_vel -> /cmd_vel
should fix this. This repo was created 2 years ago so maybe back then the /nav_vel
topic was used, but I did not find /nav_vel
when I ran ros2 topic list
, only /cmd_vel
:thinking: What branch and ROS Distro are you using?
Hello Dott. @fmrico , I had the same problem in the master branch with Ubuntu22 and ROS2 Humble. Changing the remapping as @zarak3268 said fix the problem.
Important!!!
Type of bug
Issue Description
When launching Tiago sim and br2_fsm_bumpgo_cpp Node, Tiago does not move despite the message is published to the topics
scan_raw
andnav_vel
.B) Bug Description
I launched the Tiago and BumpGo node but Tiago does not move. I tried to change the RMW_IMPLEMENTATION to
rmw_cyclonedds_cpp
, echo the messages being published to the topics and even reclone the repo but nothing happens. When launching the Tiago sim, many warnings are displayed but I'm not sure if those warnings affect the nodes. I just started the book so I'm not sure where to debug this. Any help is much appreciated. Thank you.how to reproduce
Steps to reproduce the behavior:
Expected behavior
Tiago robot moves around.
Screenshots
This is the message published to
/scan_raw
This is the message published to/nav_vel
This is the warnings when launching Tiago simDesktop (please complete the following information):