Skip to content

Commit

Permalink
changed ign to gz | skipped mecanum controller
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Jul 22, 2024
1 parent d7cac98 commit 9ee3bf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions rosbot_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<exec_depend>joint_state_broadcaster</exec_depend>
<exec_depend>imu_sensor_broadcaster</exec_depend>
<exec_depend>diff_drive_controller</exec_depend>
<exec_depend>mecanum_drive_controller</exec_depend>
<!-- TODO: @delihus update -->
<!-- <exec_depend>mecanum_drive_controller</exec_depend> -->

<test_depend>python3-pytest</test_depend>
<test_depend>launch</test_depend>
Expand All @@ -47,7 +48,8 @@
<test_depend>joint_state_broadcaster</test_depend>
<test_depend>imu_sensor_broadcaster</test_depend>
<test_depend>diff_drive_controller</test_depend>
<test_depend>mecanum_drive_controller</test_depend>
<!-- TODO @delihus update -->
<!-- <test_depend>mecanum_drive_controller</test_depend> -->

<export>
<build_type>ament_python</build_type>
Expand Down
2 changes: 1 addition & 1 deletion rosbot_gazebo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
version can chosen using GZ_VERSION (or IGNITION_VERSION) env variable,
for details refer to the ros_gz_sim package -->
<exec_depend>ros_gz_bridge</exec_depend>
<exec_depend>ign_ros2_control</exec_depend>
<exec_depend>gz_ros2_control</exec_depend>
<exec_depend>nav2_common</exec_depend>

<test_depend>python3-pytest</test_depend>
Expand Down

0 comments on commit 9ee3bf9

Please sign in to comment.