Skip to content

Commit

Permalink
rm dependency conditional
Browse files Browse the repository at this point in the history
Co-authored-by: Dr. Denis <[email protected]>
  • Loading branch information
christophfroehlich and destogl authored Apr 4, 2024
1 parent 62190cb commit bcdfedc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example_9/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@

<exec_depend>controller_manager</exec_depend>
<exec_depend>forward_command_controller</exec_depend>
<exec_depend condition="$GZ_VERSION == ''">ros_gz_sim</exec_depend>
<exec_depend condition="$GZ_VERSION == 'harmonic'">ros_gz_sim</exec_depend>
<exec_depend condition="$GZ_VERSION == 'garden'">ros_gz_sim</exec_depend>
<exec_depend>ros_gz_sim</exec_depend>
<exec_depend>gz_ros2_control</exec_depend>
<exec_depend>joint_state_broadcaster</exec_depend>
<exec_depend>joint_state_publisher_gui</exec_depend>
Expand Down

0 comments on commit bcdfedc

Please sign in to comment.