-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unable to run nav2 with rviz2 together #32
Comments
We have some failures in the nav2 unit test item |
I can confirm a similar behaviour from my side. If I run:
Wait until the nav2 logs stabilise, and then run:
And manually add all the items step by step (including setting the initial pose), the demo works. Sometimes even launching all rviz config works
But trying to launch:
Fails every time: |
It's related to the issue |
The issue can be closed after backporting to Jazzy |
Hi, it's now fixed in main and jazzy. |
Hi @ajtudela Thank you so much for the backporting! I believe we can close the issue now. |
No matter in ROS2 rolling and jazzy, if we try to run nav2 with rviz2 together, rviz2 will crash
export TURTLEBOT3_MODEL=waffle ros2 launch nav2_bringup tb3_simulation_launch.py headless:=False
However, it will succeed if we run it separately. Note that we need to wait for rviz2 to be stable, and then run the nav2.
The text was updated successfully, but these errors were encountered: