ROS2 rolling updated
This commit is contained in:
12
dot/bashrc
12
dot/bashrc
@ -24,15 +24,15 @@ if [ -d /opt/marben/asnsdk/TCE-C_V80 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# ROS 1
|
# ROS 1
|
||||||
if [ -f /opt/ros/noetic/setup.bash ]; then
|
#if [ -f /opt/ros/noetic/setup.bash ]; then
|
||||||
# 20.04
|
# 20.04
|
||||||
source /opt/ros/noetic/setup.bash
|
# source /opt/ros/noetic/setup.bash
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# ROS 2
|
# ROS 2
|
||||||
if [ -f /opt/ros/humble/setup.bash ]; then
|
if [ -f /opt/ros/rolling/setup.bash ]; then
|
||||||
# 22.04
|
# 24.04
|
||||||
source /opt/ros/humble/setup.bash
|
source /opt/ros/rolling/setup.bash
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ProbeStar C/C++ library
|
# ProbeStar C/C++ library
|
||||||
|
|||||||
Reference in New Issue
Block a user