Skip to content

Commit

Permalink
Install gz together with ignition
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Aug 31, 2023
1 parent edb06e4 commit 2a655c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ros_gz_sim/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@
<depend condition="$GZ_VERSION == garden or $IGNITION_VERSION == garden">gz-math7</depend>
<!-- Fortress (default) -->
<depend condition="$GZ_VERSION == fortress or $IGNITION_VERSION == fortress">ignition-gazebo6</depend>
<depend condition="$GZ_VERSION == fortress or $IGNITION_VERSION == fortress">gz-sim6</depend>
<depend condition="$GZ_VERSION == fortress or $IGNITION_VERSION == fortress">ignition-math6</depend>
<depend condition="$GZ_VERSION == fortress or $IGNITION_VERSION == fortress">gz-math6</depend>
<depend condition="$GZ_VERSION == '' and $IGNITION_VERSION == ''">ignition-gazebo6</depend>
<depend condition="$GZ_VERSION == '' and $IGNITION_VERSION == ''">gz-sim6</depend>
<depend condition="$GZ_VERSION == '' and $IGNITION_VERSION == ''">ignition-math6</depend>
<depend condition="$GZ_VERSION == '' and $IGNITION_VERSION == ''">gz-math6</depend>
<!-- Edifice -->
<depend condition="$GZ_VERSION == edifice or $IGNITION_VERSION == edifice">ignition-gazebo5</depend>
<depend condition="$GZ_VERSION == edifice or $IGNITION_VERSION == edifice">ignition-math6</depend>
Expand Down

0 comments on commit 2a655c8

Please sign in to comment.