Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gbr1 committed May 3, 2019
1 parent 7a14510 commit 28228d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# upbot_ros
## Setup
In order to run this package you need:
- [erwhi-hedgehog-ros](https://github.com/gbr1/erwhi-hedgehog-ros) package
- [sengi_ros](https://github.com/gbr1/sengi_ros) package
- [upboard_ros](https://github.com/gbr1/upboard_ros) package
- [realsense](https://github.com/intel-ros/realsense) package

## How to use
To emulate Sengi:<br>
Expand All @@ -13,4 +19,6 @@ To try Intel Realsense and RTABmap:<br>
<br>
<br>



***Copyright (c) 2019 Giovanni di Dio Bruno under MIT license.***
2 changes: 1 addition & 1 deletion launch/simulation.launch
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.

<!-- sengi simulator -->
<node pkg="upboard_ros" type="led_node" name="led_node" />
<node pkg="sengi_ros" type="sengi_up_sim" name="sengi_up_sim" />
<node pkg="upbot_ros" type="sengi_up_sim" name="sengi_up_sim" />

<!-- enable more cmd_vel publishers (e.g. joy and move_base) -->
<include file="$(find erwhi_control)/launch/twist_mux.launch" />
Expand Down

0 comments on commit 28228d8

Please sign in to comment.