Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_tiago_play_motion_module
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
TIAGo
iri_tiago_play_motion_module
Commits
7bc91c00
Commit
7bc91c00
authored
3 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Updated the IVO launch files to use the IVO name as mush as possible.
parent
7602a2b0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
launch/ivo_play_motion_bt_client.launch
+21
-11
21 additions, 11 deletions
launch/ivo_play_motion_bt_client.launch
launch/ivo_play_motion_client.launch
+21
-9
21 additions, 9 deletions
launch/ivo_play_motion_client.launch
with
42 additions
and
20 deletions
launch/ivo_play_motion_bt_client.launch
+
21
−
11
View file @
7bc91c00
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<arg
name=
"node_name"
default=
"
tiag
o_play_motion_client"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"node_name"
default=
"
iv
o_play_motion_client"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"tree_path"
default=
"$(find tiago_play_motion_module)/src/xml"
/>
<arg
name=
"tree_file"
default=
"bt_test"
/>
<arg
name=
"bt_client_rate"
default=
"10"
/>
<include
file=
"$(find tiago_play_motion_module)/launch/tiago_play_motion_bt_client.launch"
>
<arg
name=
"node_name"
value=
"$(arg node_name)"
/>
<arg
name=
"output"
value=
"$(arg output)"
/>
<arg
name=
"launch_prefix"
value=
"$(arg launch_prefix)"
/>
<arg
name=
"tree_path"
value=
"$(arg tree_path)"
/>
<arg
name=
"tree_file"
value=
"$(arg tree_file)"
/>
<arg
name=
"bt_client_rate"
value=
"$(arg bt_client_rate)"
/>
</include>
<!-- launch the play motion client node -->
<node
name=
"$(arg node_name)"
pkg=
"tiago_play_motion_module"
type=
"tiago_play_motion_bt_client"
output=
"$(arg output)"
launch-prefix=
"$(arg launch_prefix)"
ns=
"/ivo"
>
<remap
from=
"~/play_motion_module/play_motion"
to=
"/play_motion"
/>
<rosparam
file=
"$(find tiago_play_motion_module)/config/ivo_play_motion_module_default.yaml"
command=
"load"
ns=
"play_motion_module"
/>
<param
name=
"path"
value=
"$(arg tree_path)"
/>
<param
name=
"tree_xml_file"
value=
"$(arg tree_file)"
/>
<param
name=
"bt_client_rate"
value=
"$(arg bt_client_rate)"
/>
</node>
<!-- launch dynamic reconfigure -->
<node
name=
"rqt_reconfigure"
pkg=
"rqt_reconfigure"
type=
"rqt_reconfigure"
respawn=
"false"
output=
"screen"
/>
</launch>
This diff is collapsed.
Click to expand it.
launch/ivo_play_motion_client.launch
+
21
−
9
View file @
7bc91c00
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<arg
name=
"node_name"
default=
"tiago_play_motion_client"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<include
file=
"$(find tiago_play_motion_module)/launch/tiago_play_motion_client.launch"
>
<arg
name=
"node_name"
value=
"$(arg node_name)"
/>
<arg
name=
"output"
value=
"$(arg output)"
/>
<arg
name=
"launch_prefix"
value=
"$(arg launch_prefix)"
/>
</include>
<arg
name=
"node_name"
default=
"ivo_play_motion_client"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<!-- launch the play motion client node -->
<node
name=
"$(arg node_name)"
pkg=
"tiago_play_motion_module"
type=
"tiago_play_motion_client"
output=
"$(arg output)"
launch-prefix=
"$(arg launch_prefix)"
ns=
"/ivo"
>
<remap
from=
"~/play_motion_module/play_motion"
to=
"/play_motion"
/>
<rosparam
file=
"$(find tiago_play_motion_module)/config/ivo_play_motion_module_default.yaml"
command=
"load"
ns=
"play_motion_module"
/>
</node>
<!-- launch dynamic reconfigure -->
<node
name=
"rqt_reconfigure"
pkg=
"rqt_reconfigure"
type=
"rqt_reconfigure"
respawn=
"false"
output=
"screen"
/>
</launch>
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