Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Silvio Traversaro <[email protected]>
  • Loading branch information
xela-95 and traversaro authored Apr 4, 2024
1 parent 62abdce commit 0a8bf45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmake/RobotologySuperbuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ option(ROBOTOLOGY_USES_GAZEBO "Enable compilation of software that depends on Ga
option(ROBOTOLOGY_USES_PCL_AND_VTK "Enable compilation of software that depends on PCL and VTK" OFF)
option(ROBOTOLOGY_USES_MUJOCO "Enable compilation of mujoco and software that depends on it" OFF)

## Enable packages that depend on the Gazebo simulator
option(ROBOTOLOGY_USES_GZ "Enable compilation of software that depends on Gazebo" OFF)
## Enable packages that depend on the Modern Gazebo (gz-sim) simulator
option(ROBOTOLOGY_USES_GZ "Enable compilation of software that depends on Modern Gazebo (gz-sim)" OFF)


## Enable packages that depend on the Ignition Gazebo simulator
Expand Down
6 changes: 3 additions & 3 deletions doc/cmake-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Table of Contents
* [Event-driven profile](#event-driven)
* [Dependencies-specific documentation](#dependencies-specific-documentation)
* [Gazebo Classic simulator](#gazebo-classic-simulator)
* [Gazebo simulator](#gazebo-simulator)
* [Modern Gazebo (gz-sim) simulator](#modern-gazebo-simulator)
* [MuJoCo simulator](#mujoco)
* [Ignition](#ignition)
* [MATLAB](#matlab)
Expand Down Expand Up @@ -203,9 +203,9 @@ Support for this dependency is enabled by the `ROBOTOLOGY_USES_GAZEBO` CMake opt
### Check the installation
Follow the steps in https://github.com/robotology/icub-models#use-the-models-with-gazebo to check if the Gazebo-based iCub simulation works fine.

## Gazebo simulator
## Modern Gazebo simulator

Support for this dependency is enabled by the `ROBOTOLOGY_USES_GZ_SIM` CMake option, that enables the software that depends on "Gazebo".
Support for this dependency is enabled by the `ROBOTOLOGY_USES_GZ_SIM` CMake option, that enables the software that depends on "Modern Gazebo" (gz-sim).

## MuJoCo

Expand Down

0 comments on commit 0a8bf45

Please sign in to comment.