Skip to content

Commit bb3b0f3

Browse files
authored
Fix setupCatkinWorkspace to work with melodic
1 parent 43f3a90 commit bb3b0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupCatkinWorkspace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Create a Catkin Workspace and setup ROS environment variables
33
# Usage setupCatkinWorkspace.sh dirName
44

5-
source /opt/ros/kinetic/setup.bash
5+
source /opt/ros/melodic/setup.bash
66
DEFAULTDIR=~/catkin_ws
77
CLDIR="$1"
88
if [ ! -z "$CLDIR" ]; then

0 commit comments

Comments
 (0)