From 5bc42bbae2793f1fea5ad7f9ab9f65ff70d64fb2 Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Thu, 11 Jul 2024 12:06:23 -0400 Subject: [PATCH] ROS2 rolling updated --- dot/bashrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dot/bashrc b/dot/bashrc index 0931fc6..986834f 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -24,15 +24,15 @@ if [ -d /opt/marben/asnsdk/TCE-C_V80 ]; then fi # ROS 1 -if [ -f /opt/ros/noetic/setup.bash ]; then +#if [ -f /opt/ros/noetic/setup.bash ]; then # 20.04 - source /opt/ros/noetic/setup.bash -fi +# source /opt/ros/noetic/setup.bash +#fi # ROS 2 -if [ -f /opt/ros/humble/setup.bash ]; then - # 22.04 - source /opt/ros/humble/setup.bash +if [ -f /opt/ros/rolling/setup.bash ]; then + # 24.04 + source /opt/ros/rolling/setup.bash fi # ProbeStar C/C++ library