Updated readme to include compilation flags.

This commit is contained in:
Vivek Shankar Varadharajan 2019-02-21 17:48:19 -05:00 committed by GitHub
parent 61692c029e
commit bb547cd1a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -36,8 +36,16 @@ mkdir -p ROS_WS/src
cd ROS_WS/src
git clone https://github.com/MISTLab/ROSBuzz rosbuzz
cd ..
catkin_make
catkin_make -DSIM=1 -DKIN=1
```
Compilation Flags
=================
Flags to be passed during compilation.
| Flag | Rationale |
|-------|------------------------------------------------|
| -DSIM | Indicates Compilation for robot or Simulation. |
| -DKIN | Indicates compilation for ROS Distro Kinetic |
Run
===