-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
SITL: fix gazebo garden carsh in VMware virtual machine #21617
base: main
Are you sure you want to change the base?
SITL: fix gazebo garden carsh in VMware virtual machine #21617
Conversation
Any objection @Jaeyoung-Lim? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably needs more testing on other systems.
Why does this make a difference for a virtual machine, and what are the implications of using ogre2 vs ogre?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the discussion in conda-forge/libignition-gazebo-feedstock#27, it looks like we cannot use ogre1 with ROS2
Thanks @TianmingLi, this also fixes the UI in WSL! For the first time I get to even test one of these gz targets without it crashing immediately 😲 Maybe we can automatically add this option for VMWare and WSL similar to PX4-Autopilot/Tools/setup/ubuntu.sh Lines 267 to 270 in c468266
|
Let's see if we can catch it at runtime, and keep the actual "install" as simple as possible ideally sticking straight to installing stock packages and otherwise not changing the users environment. |
Here's a workaround. #21712 |
Solved Problem
Fixes #21607
Solution
ogre
rather thanogre2
Changelog Entry
Alternatives
Test coverage
Context