Skip to content

Commit

Permalink
fix package.xml | jazzy dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Jul 26, 2024
1 parent 7465a9e commit 3b49c10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion rosbot_bringup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
<exec_depend>launch_ros</exec_depend>
<exec_depend>rosbot_controller</exec_depend>
<exec_depend>robot_localization</exec_depend>

<exec_depend>micro_ros_agent</exec_depend>
<exec_depend>micro_ros_msgs</exec_depend>

<test_depend>python3-pytest</test_depend>
<test_depend>launch</test_depend>
Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ROS_DISTRO=humble
ARG ROS_DISTRO=jazzy
ARG PREFIX=
ARG ROSBOT_FW_RELEASE=0.8.0

Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ROS_DISTRO=z
ARG ROS_DISTRO=jazzy
ARG PREFIX=
ARG HUSARION_ROS_BUILD_TYPE=hardware

Expand Down

0 comments on commit 3b49c10

Please sign in to comment.