Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelinomalmeidan authored Jun 9, 2017
1 parent 886a1db commit a21e149
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ The References for the previously mentioned Position Controllers can come from t

``` sudo apt-get install ros-kinetic-mavros ros-kinetic-mavros-extras```

- ROS Joystick Drivers (we have only tested Wired XBox One, Wireless Xbox 360, and Wired Xbox 360 controllers):

```https://github.com/radionavlab/joystick_drivers```
- ROS Joystick Drivers (we have only tested Wired XBox One, Wireless Xbox 360, and Wired Xbox 360 controllers). Copy it to your catkin workspace and compile it, e.g.:
```cd ~/catkin_ws/src```
```git clone https://github.com/radionavlab/joystick_drivers```
```cd ..```
```catkin_make```


## Compiling
Expand Down

0 comments on commit a21e149

Please sign in to comment.