Skip to content
Snippets Groups Projects
Commit e763ef96 authored by Joan Perez Ibarz's avatar Joan Perez Ibarz
Browse files

[iri_segway_rmp200]

  - update launch files
parent b0b5d87c
No related branches found
No related tags found
No related merge requests found
<!-- --> <!-- -->
<launch> <launch>
<arg name="launch_rviz" default="True" /> <arg name="launch_rviz" default="False" />
<arg name="teleop" default="True" />
<arg name="wiimote" default="True" />
<group ns="$(env ROBOT)"> <group ns="$(env ROBOT)">
...@@ -31,6 +33,16 @@ ...@@ -31,6 +33,16 @@
</group> </group>
<!-- teleoperation -->
<group if="$(arg teleop)">
<!-- wiimote teleop -->
<include file="$(find iri_wiimote_teleop)/launch/iri_wiimote_teleop.launch"
if="$(arg wiimote)" />
<!-- gamepad teleop -->
<include file="$(find iri_gamepad_teleop)/launch/iri_gamepad_teleop.launch"
unless="$(arg wiimote)" />
</group>
<!-- rviz configurated --> <!-- rviz configurated -->
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find iri_segway_rmp200)/config/iri_segway_rmp200.vcg" <node name="rviz" pkg="rviz" type="rviz" args="-d $(find iri_segway_rmp200)/config/iri_segway_rmp200.vcg"
if="$(arg launch_rviz)" /> if="$(arg launch_rviz)" />
......
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