Gazebo
Download Gazebo models from official database
Bug Fix: Error in REST request
This is a known bug in Ubuntu 18 and above.
launch Gazebo simulator for the first time, so that the
~/.ignition
folder will be created.open file
~/.ignition/fuel/config.yaml
and replace the url inside fromhttps://api.ignitionfuel.org
tohttps://api.ignitionrobotics.org
.
Bug Fix: vmw_ioctl_command error Invalid argument
This can happen (and only happens) in virtual machine environments.
disable OpenGL 3.0 and use OpenGL 2.1 by enabling the environment variable
SVGA_VGPU10
run
echo "export SVGA_VGPU10=0" >> ~/.bashrc
command once and restart terminals
Remember to unset this environment variable if you need OpenGL for graphics (e.g., point cloud visualization in Open3D).
Last updated