From 1c9c220856c806c5646fab7888a4f0a75875e404 Mon Sep 17 00:00:00 2001 From: David St-Onge Date: Tue, 28 May 2019 10:25:48 -0400 Subject: [PATCH] Update readme.md --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 142ce16..c98b4eb 100644 --- a/readme.md +++ b/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 ================= @@ -46,6 +46,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 ===