|  | @@ -166,7 +166,8 @@ sudo apt-get install python-wstool -y
 | 
	
		
			
				|  |  |  echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
 | 
	
		
			
				|  |  |  source ~/.bashrc
 | 
	
		
			
				|  |  |  #Create Ros Workspace
 | 
	
		
			
				|  |  | -cd /home/使用者/catkin_ws/;pwd;cd /home/使用者/catkin_ws/;pwd;source /opt/ros/melodic/setup.bash;/opt/ros/melodic/bin/catkin_make
 | 
	
		
			
				|  |  | +mkdir -p /home/使用者/catkin_ws/src
 | 
	
		
			
				|  |  | +cd /home/使用者/catkin_ws/;pwd;source /opt/ros/melodic/setup.bash;/opt/ros/melodic/bin/catkin_make
 | 
	
		
			
				|  |  |  #Setup
 | 
	
		
			
				|  |  |  source /home/使用者/catkin_ws/devel/setup.bash
 | 
	
		
			
				|  |  |  echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc
 |