Project

General

Profile

Statistics
| Branch: | Revision:

robobuggy / turtlesim_ref / HowToBuild.txt @ master

History | View | Annotate | Download (372 Bytes)

1
How to build this thing
2
=======================
3

    
4

    
5
Run catkin_make at the top level. 
6
The binaries will be in devel; 
7
    - to use them, source the setup.bash file in devel.
8
       this will drag the things you just built into your packagepath
9

    
10
Change the source, recompile, continue!
11

    
12
Note that if you want any of your stuff built, you have to 
13
add it to the cmake file.