-
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
Gazebo Simulation crash in VMware virtual machine #21607
Comments
At the moment I don't have a preference between ogre vs ogre2 as long as it works. Would you like to open a pull request making this change? |
@MaEtUgR can you give this a try with WSL2? |
Request has been submitted. |
In WSL(2) I also get an error but a different one:
I had to reinstall the new gazebo for this test since I'm happily using gazebo classic. Also it's a bit strange that if the wrong gazebo is installed you get a mistakable error saying the simulation target doesn't exist. Next I'll try the suggestion in #21617 |
Describe the bug
Gazebo Simulation crash in VMware virtual machine.
Ubuntu 2204
The last main branch px4
To Reproduce
Steps to reproduce the behavior:
bash ./PX4-Autopilot/Tools/setup/ubuntu.sh
make px4_sitl gz_x500
Expected behavior
Gazebo sim GUI show up.
Log Files and Screenshots
Add screenshots to help explain your problem.
Drone (please complete the following information):
Additional context
After some searching, it can be solved by forcing specified render engine form
ogre2
toogre
in start script px4-rc.simulatorAfter change
to
The error gone and gazebo gui pop up and whole simulation works.
The text was updated successfully, but these errors were encountered: