Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zareenc authored Jan 16, 2018
1 parent 25af50b commit bfe410f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# Canopy Cloud Robotics Framework
This is the ROS node for the client-side application.

## Installation
```
cd <YOUR CATKIN WORKSPACE>/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 <YOUR CATKIN WORKSPACE>
catkin_make
. ./devel/setup.bash
```

0 comments on commit bfe410f

Please sign in to comment.