Skip to content

Commit

Permalink
Merge branch 'bringup-gz-dep' into fix_gz_ros2_control
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed Jun 7, 2024
2 parents 33ec22c + 43bf56b commit 09643a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kortex_bringup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
<exec_depend>rviz2</exec_depend>
<exec_depend>urdf</exec_depend>
<exec_depend>xacro</exec_depend>
<exec_depend>gazebo_ros2_control</exec_depend>
<exec_depend condition="$ROS_DISTRO == humble">ign_ros2_control</exec_depend>
<exec_depend condition="$ROS_DISTRO != humble">gz_ros2_control</exec_depend>
<exec_depend>gripper_controllers</exec_depend>
<exec_depend>joint_trajectory_controller</exec_depend>
<exec_depend>joint_state_broadcaster</exec_depend>
Expand Down

0 comments on commit 09643a7

Please sign in to comment.