Skip to content

Commit

Permalink
harmonic to jazzy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomonorman committed Feb 18, 2025
1 parent 7c4fdeb commit 4200aee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/artefacts/nav2:humble-fortress
FROM public.ecr.aws/artefacts/nav2:jazzy-harmonic

WORKDIR /ws

Expand All @@ -7,11 +7,11 @@ COPY deps.repos /tmp
RUN apt update && apt install -y python3-vcstool && rm -rf /var/lib/apt/lists/*
RUN mkdir src && vcs import --input /tmp/deps.repos src
RUN apt update -y && rosdep install --from-paths src --ignore-src -r -y
RUN source /opt/ros/humble/setup.bash --extend && colcon build --symlink-install
RUN source /opt/ros/jazzy/setup.bash --extend && colcon build --symlink-install

COPY . /ws
RUN apt update -y && apt install -y ros-humble-rosbag2-storage-mcap && rosdep install --from-paths src --ignore-src -r -y
RUN source /opt/ros/humble/setup.bash --extend && colcon build --symlink-install
RUN rosdep install --from-paths src --ignore-src -r -y
RUN source /opt/ros/jazzy/setup.bash --extend && colcon build --symlink-install

RUN pip install -r src/sam_bot_nav2_gz/requirements.txt
CMD source /ws/install/setup.bash && artefacts run $ARTEFACTS_JOB_NAME
2 changes: 1 addition & 1 deletion deps.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ repositories:
gz_ros2_control:
type: git
url: https://github.com/ros-controls/gz_ros2_control.git
version: humble
version: jazzy
4 changes: 2 additions & 2 deletions rerun/run_rerun.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"""
Could not import the required ROS2 packages.
Make sure you have installed ROS2 (https://docs.ros.org/en/humble/index.html)
and sourced /opt/ros/humble/setup.bash
Make sure you have installed ROS2 (https://docs.ros.org/en/jazzy/index.html)
and sourced /opt/ros/jazzy/setup.bash
See: README.md for more details.
"""
Expand Down

0 comments on commit 4200aee

Please sign in to comment.