From 0a922dd73dc00bebb98c852eecb752ac249c4818 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Sat, 12 Mar 2016 16:39:09 -0800 Subject: [PATCH] Updated README and added workspace file --- .catkin_workspace | 1 + src/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 .catkin_workspace create mode 120000 src/CMakeLists.txt diff --git a/.catkin_workspace b/.catkin_workspace new file mode 100644 index 0000000..52fd97e --- /dev/null +++ b/.catkin_workspace @@ -0,0 +1 @@ +# This file currently only serves to mark the location of a catkin workspace for tool integration diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 120000 index 0000000..3703df4 --- /dev/null +++ b/src/CMakeLists.txt @@ -0,0 +1 @@ +/opt/ros/indigo/share/catkin/cmake/toplevel.cmake \ No newline at end of file