updated readme

This commit is contained in:
Ruixiang Du
2019-07-09 02:54:50 -04:00
parent 3d72694f3a
commit ccccce9d40

View File

@@ -9,7 +9,16 @@
## Basic Usage
1. Clone the packages into your catkin workspace and compile
1. Install dependent ROS packages
```
$ sudo apt install ros-melodic-controller-manager
$ sudo apt install ros-melodic-teleop-twist-keyboard
```
Change ros-melodic-* in the command to ros-kinetic-* if you're using ROS Kinetic.
2. Clone the packages into your catkin workspace and compile
(the following instructions assume your catkin workspace is at: ~/catkin_ws/src)
@@ -20,7 +29,7 @@
$ catkin_make
```
2. Launch ROS nodes
3. Launch ROS nodes
* Start the base node
@@ -31,4 +40,4 @@
```
$ roslaunch scout_bringup scout_teleop_keyboard.launch
```
```