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