-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Launching nav2_bringup tb3_simulation_launch.py - Gazebo can't find Child Link[camera_rgb_frame] #2493
Comments
a PR to add that link to the model file in |
Ok, np. Should I just copy to the waffle.model from the TB3 over, or revert to the previus option to just open the model from the tb3_worlds? |
No, I think you just need to add that frame that was missing (or remove the other frames that depend on it if not being used). We have some changes in the model file that should not be wiped out with the TB3's |
Ok. I'll have a look then. |
Fix ros-navigation#2493 by removing the unused joint to camera_rgb_frame (ros-navigation#2497)
Bug report
Required Info:
Ubuntu 20.04
Foxy binaries
ros-foxy-navigation2 0.4.7-1focal.20210701.023143
Fast-RTPS
Steps to reproduce issue
https://navigation.ros.org/getting_started/index.html#running-the-example
Result:
Expected behavior
Running without errors
Actual behavior
Gazebo can't load the broken
waffle.model
fromnav2_bringup
.Possible fixes
Temporary solution
Use:
Real fix
Change this back (in
tb3_simulation_launch.py
):From:
To:
The text was updated successfully, but these errors were encountered: