Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map frame not published for Nav2 #37

Open
kbarwich opened this issue Jun 7, 2024 · 2 comments
Open

Map frame not published for Nav2 #37

kbarwich opened this issue Jun 7, 2024 · 2 comments

Comments

@kbarwich
Copy link

kbarwich commented Jun 7, 2024

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.

@sudo-michael
Copy link

It appears that the /odom frame isn't being published. I went through the solutions here but I'm not sure why it's not working again.

@dseredyn
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants