mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-10-09 09:20:42 +00:00
8 lines
97 B
Bash
Executable File
8 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
catkin_make clean &&
|
|
catkin_make &&
|
|
catkin_make install &&
|
|
|
|
source devel/setup.bash
|