Merge branch 'main' of https://github.com/nprobert/linux_tools into main
This commit is contained in:
@ -24,7 +24,7 @@ fi
|
||||
if [ -f /opt/ros/noetic/setup.bash ]; then
|
||||
# 20.04
|
||||
source /opt/ros/noetic/setup.bash
|
||||
PYTHONPATH=$PYTHONPATH:$HOME/catkin_ws/devel/lib/python3/dist-packages
|
||||
export PYTHONPATH=$PYTHONPATH:$HOME/catkin_ws/devel/lib/python3/dist-packages
|
||||
elif [ -f /opt/ros/melodic/setup.bash ]; then
|
||||
# 16.04/18.04
|
||||
source /opt/ros/melodic/setup.bash
|
||||
|
||||
Reference in New Issue
Block a user