Skip to content

Commit

Permalink
Merge pull request heuristicus#6 from k-okada/master
Browse files Browse the repository at this point in the history
add missing information and dependencies
  • Loading branch information
dniewinski authored Oct 30, 2020
2 parents 231ffb3 + d0ec928 commit 5cba2d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

![CP Spot](cp_spot.jpg)

## Prerequisite
```
pip3 install bosdyn-client bosdyn-mission bosdyn-api bosdyn-core
```


## Documentation

Check-out the usage and user documentation [HERE](http://www.clearpathrobotics.com/assets/guides/melodic/spot-ros/)
2 changes: 2 additions & 0 deletions spot_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>twist_mux</exec_depend>
<exec_depend>interactive_marker_twist_server</exec_depend>

<export>
<rosdoc config="rosdoc.yaml" />
Expand Down

0 comments on commit 5cba2d8

Please sign in to comment.