Install ros_gz from the non official binary packages from apt
These packages conflict with ros-humble-ros-gz* packages (Humble officially supports Gazebo Fortress)
apt-get install ros-humble-ros-gzgarden
Verify installation
gz --version
The 'gz' command provides a command line interface to the Gazebo Tools.
gz <command> [options]
List of available commands:
help: Print this help text.
fuel: Manage simulation resources.
gazebo: Deprecated. Alias for sim.
gui: Launch graphical interfaces.
launch: Run and manage executables and plugins.
log: Record or playback topics.
model: Print information about models.
msg: Print information about messages.
param: List, get or set parameters.
plugin: Print information about plugins.
sdf: Utilities for SDF files.
service: Print information about services.
sim: Run and manage the Gazebo Simulator.
topic: Print information about topics.
Options:
--force-version <VERSION> Use a specific library version.
--versions Show the available versions.
--commands Show the available commands.
Use 'gz help <command>' to print help for a command.
The simulation team at Open Robotics has put together a demo world that showcases all the new features available in Garden. Most notably, the demo world is set on the moon modeled using a Digital Elevation Model (DEM) of the moon created by NASA. You’ll also find a lunar base inside of which is a small lake visualized using custom shaders which are now available in Garden.