From 95142860b75ee17db3c017ecb046e78b25224e5a Mon Sep 17 00:00:00 2001 From: ZhangWanjie Date: Fri, 24 Mar 2017 17:13:58 +0800 Subject: [PATCH] Add readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f89dc1b --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# WPB_Home Robot for ROS user + +## Maintainer + +- [Jay Zhang]<>, WaterPlus, 6-Robot + +## Install + +1. Install the ROS. [Instructions for Ubuntu 14.04](http://wiki.ros.org/indigo/Installation/Ubuntu) +2. [Setup your ROS environment](http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment) +3. Clone this repository into your catkin workspace and build it: + +``` +cd ~/catkin_ws/src/ +git clone https://github.com/6-robot/wpb_home.git +cd ~/catkin_ws +catkin_make +``` + +4. Enjoy yourself :)