-
Notifications
You must be signed in to change notification settings - Fork 8
Building the repository
Suryansh470 edited this page Aug 26, 2017
·
1 revision
In order to run the code ,we have to first build it .
- Make a new workspace named catkin_ws(it should be specifically catkin_ws otherwise it will give an error).
- Put the whole auv repo in the src directory.
- Then
$cd ~/catkin_ws
- Source it
$source devel/setup.bash
- Then type
$./src/auv/utils/build.sh
- If it is giving an error then try again sourcing it.
- If you get lucky, then the repo will be built in one go.
Moderators: Mayank Mittal, Shikher Verma, Suryansh Agarwal . AUV-IITK