(without internet connection on pi)
-
Update ManualControl repo from git (i.e. git pull)
-
move files from laptop to pi:
scp ManualControl/src/AlternateManualCommand.py [email protected]:/home/pi/ros_catkin_ws/src/robot/manual/src
scp startScript.sh [email protected]:/home/pi/
-
ssh into pi
ssh [email protected]
- make new file executable:
chmod +x ros_catkin_ws/src/robot/manual/src/AlternateManualCommand.py
If the rosrun manual AlternateManualCommand.py
fails, run a catkin_make to remake the library to include the new file:
cd ros_catkin_ws && catkin_make