Skip to content
Snippets Groups Projects
Commit 060d132c authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Update README

parent 0809bf19
No related branches found
No related tags found
No related merge requests found
# Description
The iri_helena_bringup ROS package contains the launch files to set up and configure the Helena robot in ROS.
# Dependencies
This node has the following dependencies:
* [iri_pioneer3_bringup](https://gitlab.iri.upc.edu/labrobotica/ros/platforms/Pioneer3/iri_pioneer3_bringup)
* [iri_hokuyo_laser2d_bringup](https://gitlab.iri.upc.edu/labrobotica/ros/sensors/ranger2d/iri_hokuyo_laser2d_bringup)
# Install
This package, as well as all IRI dependencies, can be installed by cloning the
repository inside the active workspace:
```
roscd
cd ../src
git clone https://gitlab.iri.upc.edu/labrobotica/ros/robots/helena/iri_helena_bringup.git
```
However, this package is normally used as part of a wider installation (i.e. a
robot, an experiment or a demosntration) which will normally include a complete
rosinstall file to be used with the [wstool](http://wiki.ros.org/wstool) tool.
# How to use it
The *bringup.launch* launch file is intended to be included in any launch file
that needs the robot.
To remap topics and services, use a global remap command.
The *test.launch* launch file shows an example of use, including bringup, description and rviz.
\ No newline at end of file
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
<package format="2"> <package format="2">
<name>iri_helena_bringup</name> <name>iri_helena_bringup</name>
<version>0.0.0</version> <version>0.0.0</version>
<description>The iri_helena_bringup package</description> <description>Set of launch files to run and configure the Helena robot.</description>
<!-- One maintainer tag required, multiple allowed, one person per tag --> <!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: --> <!-- Example: -->
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> --> <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
<maintainer email="shernand@todo.todo">shernand</maintainer> <maintainer email="labrobotica@iri.upc.edu">IRI labrobotica</maintainer>
<!-- One license tag required, multiple allowed, one license per tag --> <!-- One license tag required, multiple allowed, one license per tag -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment