mirror of
https://github.com/6-robot/wpb_home.git
synced 2025-09-15 12:58:59 +08:00
Add readme
This commit is contained in:
parent
04d0d8c9bd
commit
95142860b7
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# WPB_Home Robot for ROS user
|
||||
|
||||
## Maintainer
|
||||
|
||||
- [Jay Zhang]<<zhangwanjie@126.com>>, 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 :)
|
||||
Loading…
Reference in New Issue
Block a user