From bb547cd1a718a2b4251f44f5494f8d601946613c Mon Sep 17 00:00:00 2001 From: Vivek Shankar Varadharajan Date: Thu, 21 Feb 2019 17:48:19 -0500 Subject: [PATCH] Updated readme to include compilation flags. --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ea64204..142ce16 100644 --- a/readme.md +++ b/readme.md @@ -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 ===