-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Updating worlds after model reorg #80
Conversation
quarkytale
commented
Aug 9, 2022
•
edited
Loading
edited
- Bug fix for robot_state_publisher dying, unable to find the model after reorganization.
- Updating other worlds, launch files and making sure they work as expected.
Signed-off-by: Dharini Dutia <dharini@openrobotics.org>
Signed-off-by: Dharini Dutia <dharini@openrobotics.org>
Signed-off-by: Dharini Dutia <dharini@openrobotics.org>
Signed-off-by: Dharini Dutia <dharini@openrobotics.org>
Signed-off-by: Dharini Dutia <dharini@openrobotics.org>
So rviz isn't running as expected robot_state_publisher is looking for mbari_wec model as opposed to mbari_wec_ros, sorry this error slipped from me earlier. I'm still debugging but opening this up if anyone can take a glance. |
Unfortunately, the error is back that I mentioned in #74 , and I can't figure out what's causing it
I actually can't find where the |
When a SDF if published on the This is actually a very inconsistent error, looking into it. |
Some updates on this
|
Signed-off-by: Dharini Dutia <dharini@openrobotics.org>
Just pushed a fix, needed to add another path to the |
The tests should pass after I merge #85 and you merge main into your branch |
Ahh you beat me to it, thanks! |