Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_segway_rmp200_driver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
platforms
segway
iri_segway_rmp200_driver
Commits
e763ef96
Commit
e763ef96
authored
13 years ago
by
Joan Perez Ibarz
Browse files
Options
Downloads
Patches
Plain Diff
[iri_segway_rmp200]
- update launch files
parent
b0b5d87c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
launch/iri_segway_rmp200.launch
+13
-1
13 additions, 1 deletion
launch/iri_segway_rmp200.launch
with
13 additions
and
1 deletion
launch/iri_segway_rmp200.launch
+
13
−
1
View file @
e763ef96
<!-- -->
<!-- -->
<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)" />
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment