Update readme.md
This commit is contained in:
parent
1cf8c90264
commit
1c9c220856
10
readme.md
10
readme.md
|
@ -36,7 +36,7 @@ mkdir -p ROS_WS/src
|
|||
cd ROS_WS/src
|
||||
git clone https://github.com/MISTLab/ROSBuzz rosbuzz
|
||||
cd ..
|
||||
catkin_make -DSIM=1 -DKIN=1
|
||||
catkin_make -DSIM=0 -DKIN=1
|
||||
```
|
||||
Compilation Flags
|
||||
=================
|
||||
|
@ -47,6 +47,14 @@ Flags to be passed during compilation.
|
|||
| -DSIM | Indicates Compilation for robot or Simulation. |
|
||||
| -DKIN | Indicates compilation for ROS Distro Kinetic |
|
||||
|
||||
Source ROS environment
|
||||
===========
|
||||
|
||||
```
|
||||
source /opt/ros/kinetic/setup.bash
|
||||
source ~/ROS_WS/devel/setup.bash
|
||||
```
|
||||
|
||||
Run
|
||||
===
|
||||
To run the ROSBuzz package using the launch file, execute the following:
|
||||
|
|
Loading…
Reference in New Issue