Skip to content

Commit

Permalink
Update to ROS 2 Jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
eigendude committed Jun 6, 2024
1 parent c5f13af commit 702c47f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
matrix:
include:
- os: ubuntu-22.04
ros2_distro: iron
ros2_distro: jazzy
- os: ubuntu-24.04
ros2_distro: jazzy
#- os: macbook
# ros2_distro: galactic

Expand Down
2 changes: 1 addition & 1 deletion oasis_control/config/systemd/oasis_control.service
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ User=garrett
# ROS 2 configuration
#

Environment=ROS2_DISTRO=iron
Environment=ROS2_DISTRO=jazzy
Environment=RMW_IMPLEMENTATION=rmw_fastrtps_cpp

#
Expand Down
2 changes: 1 addition & 1 deletion oasis_drivers_py/config/systemd/oasis_drivers.service
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ User=garrett
# ROS 2 configuration
#

Environment=ROS2_DISTRO=iron
Environment=ROS2_DISTRO=jazzy
Environment=RMW_IMPLEMENTATION=rmw_fastrtps_cpp

#
Expand Down
2 changes: 1 addition & 1 deletion oasis_perception/config/systemd/oasis_perception.service
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ User=garrett
# ROS 2 configuration
#

Environment=ROS2_DISTRO=iron
Environment=ROS2_DISTRO=jazzy
Environment=RMW_IMPLEMENTATION=rmw_fastrtps_cpp

#
Expand Down
6 changes: 6 additions & 0 deletions oasis_tooling/scripts/depinstall_ros2_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ else
CODENAME=
fi

#
# Preconfigure license acceptance
#

echo "rti-connext-dds-6.0.1 rti-connext-dds-6.0.1/license-accepted select true" | sudo debconf-set-selections

#
# Setup ROS 2 sources
#
Expand Down
2 changes: 1 addition & 1 deletion oasis_tooling/scripts/env_ros2_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o nounset
#

# Define the ROS distro to use
ROS2_DISTRO=iron
ROS2_DISTRO=jazzy

#
# Environment paths and config
Expand Down
2 changes: 1 addition & 1 deletion oasis_visualization/config/systemd/kodi_visualizer.service
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Environment=XDG_RUNTIME_DIR=/run/user/1000
# ROS 2 configuration
#

Environment=ROS2_DISTRO=iron
Environment=ROS2_DISTRO=jazzy
Environment=RMW_IMPLEMENTATION=rmw_fastrtps_cpp

#
Expand Down

0 comments on commit 702c47f

Please sign in to comment.