mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 16:32:13 +08:00
ubuntu.sh: add fix for gazebo's OpenGL problem in VMs
That makes gazebo crash in VMWare 3D graphics accelration.
This commit is contained in:
committed by
Daniel Agar
parent
9fed9f534e
commit
547bd4c667
@@ -205,6 +205,10 @@ if [[ $INSTALL_SIM == "true" ]]; then
|
|||||||
protobuf-compiler \
|
protobuf-compiler \
|
||||||
;
|
;
|
||||||
|
|
||||||
|
if sudo dmidecode -t system | grep -q "Manufacturer: VMware, Inc." ; then
|
||||||
|
# fix VMWare 3D graphics acceleration for gazebo
|
||||||
|
echo "export SVGA_VGPU10=0" >> ~/.profile
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $INSTALL_NUTTX == "true" ]]; then
|
if [[ $INSTALL_NUTTX == "true" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user