Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_tiago_nav_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_nav_module
Commits
746456c8
Commit
746456c8
authored
4 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Added ivo_nav_client.launch
parent
7279d120
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/ivo_nav_client.launch
+32
-0
32 additions, 0 deletions
launch/ivo_nav_client.launch
with
32 additions
and
0 deletions
launch/ivo_nav_client.launch
0 → 100644
+
32
−
0
View file @
746456c8
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<arg
name=
"node_name"
default=
"head_client"
/>
<arg
name=
"output"
default=
"log"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"config_file"
default=
"$(find tiago_nav_module)/config/tiago_nav_module_default.yaml"
/>
<arg
name=
"move_base_action"
default=
"/move_base"
/>
<arg
name=
"move_poi_action"
default=
"/poi_navigation_server/go_to_poi"
/>
<arg
name=
"move_waypoint_action"
default=
"/pal_waypoint/navigate"
/>
<arg
name=
"odom_topic"
default=
"/mobile_base_controller/odom"
/>
<arg
name=
"clear_costmaps_service"
default=
"/move_base/clear_costmaps"
/>
<arg
name=
"change_map_service"
default=
"/pal_map_manager/change_map"
/>
<arg
name=
"set_op_mode_service"
default=
"/pal_navigation_sm"
/>
<arg
name=
"move_base_dyn_reconf"
default=
"/move_base/PalLocalPlanner/set_parameters"
/>
<include
file=
"$(find tiago_nav_module)/launch/tiago_nav_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=
"config_file"
value=
"$(arg config_file)"
/>
<arg
name=
"move_base_action"
value=
"$(arg move_base_action)"
/>
<arg
name=
"move_poi_action"
value=
"$(arg move_poi_action)"
/>
<arg
name=
"move_waypoint_action"
value=
"$(arg move_waypoint_action)"
/>
<arg
name=
"odom_topic"
value=
"$(arg odom_topic)"
/>
<arg
name=
"clear_costmaps_service"
value=
"$(arg clear_costmaps_service)"
/>
<arg
name=
"change_map_service"
value=
"$(arg change_map_service)"
/>
<arg
name=
"set_op_mode_service"
value=
"$(arg set_op_mode_service)"
/>
<arg
name=
"move_base_dyn_reconf"
value=
"$(arg move_base_dyn_reconf)"
/>
</include>
</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