Gazebo harmonic
Plugins
Physics
Running with nvidia
!!! warning Remember that Gazebo uses the GPU mainly for:
1 2 3 4 5 | |
My laptop has two graphics card and it config to on-demand using Prime profiles
for running gz sim with nvidia card switch to nvidia mode using
sudo prime-select nvidia
or
check
using nvidia-smi to check that gz sim use nvidia card

OpenGL Env variable
prime-select
prime-select is an Ubuntu-specific utility used to manage hybrid graphics on laptops
| create alias | |
|---|---|
Environment Variables
migration from ign
IGNITION_GAZEBO -> GZ_SIM
| Name | Description |
|---|---|
| SIM | |
| GZ_SIM_RESOURCE_PATH | where to search for world,models include meshes, textures, materials |
| GZ_SIM_SYSTEM_PLUGIN_PATH | where to find compiled system plugins (.so files) |
| TRANSPORT | |
| GZ_IP | force Gazebo Transport to use a particular IP and multicast discovery messages export GZ_IP=127.0.0.1 |