You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Im having a bit of an issue getting Nav2 to work with the simulation
When following the README, trying to start the Simulation followed by Navigation2, no map shows up in RVIZ. While there is a /map topic published, the TF2 Frame does not seem to exist.
Using ROS2 Humble, noticed no errors during the build process.
The text was updated successfully, but these errors were encountered:
I've found how to fix it.
You need to change the file:
pmb2_robot/pmb2_controller_configuration/config/mobile_base_controller.yaml
change:
enable_odom_tf: false
into:
enable_odom_tf: true
Hi, Im having a bit of an issue getting Nav2 to work with the simulation
When following the README, trying to start the Simulation followed by Navigation2, no map shows up in RVIZ. While there is a /map topic published, the TF2 Frame does not seem to exist.
Using ROS2 Humble, noticed no errors during the build process.
The text was updated successfully, but these errors were encountered: