diff --git a/README.md b/README.md index e043ceb..7387c70 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # Canopy Cloud Robotics Framework This is the ROS node for the client-side application. + +## Installation +``` +cd /src +git clone https://github.com/baalexander/rospy_message_converter +git clone https://github.com/canopy-ros/canopy_client +cd canopy_client +pip install -r requirements.txt + +cd +catkin_make +. ./devel/setup.bash +```