|
@@ -161,7 +161,7 @@ source /opt/ros/melodic/setup.bash
|
|
|
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
|
|
|
source ~/.bashrc
|
|
|
#Create Ros Workspace
|
|
|
-cd /home/使用者;pwd;mkdir -p ~/catkin_ws/src;pwd;cd /home/使用者/catkin_ws/;pwd;catkin_make
|
|
|
+cd /home/使用者;pwd;mkdir -p /home/使用者/catkin_ws/src;pwd;cd /home/使用者/catkin_ws/;pwd;catkin_make
|
|
|
#Setup
|
|
|
source /home/使用者/catkin_ws/devel/setup.bash
|
|
|
echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc
|