Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ana_rosnav
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
robots
ana
iri_ana_rosnav
Commits
9075ba30
Commit
9075ba30
authored
4 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Add 3d nav mapping launch
parent
11be70af
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
launch/3d_nav_mapping.launch
+48
-0
48 additions, 0 deletions
launch/3d_nav_mapping.launch
launch/nav_mapping.launch
+5
-4
5 additions, 4 deletions
launch/nav_mapping.launch
with
53 additions
and
4 deletions
launch/3d_nav_mapping.launch
0 → 100644
+
48
−
0
View file @
9075ba30
<?xml version="1.0"?>
<!-- -->
<launch>
<arg
name=
"name"
default=
"ana"
/>
<arg
name=
"use_3d_nav_nodelets"
default=
"true"
/>
<arg
name=
"nav_camera"
default=
"nav_cam"
/>
<arg
name=
"path"
default=
"$(find iri_ana_rosnav)/params"
/>
<arg
name=
"move_base_params"
default=
"move_base_params.yaml"
/>
<arg
name=
"costmap_common_params"
default=
"3d_common_params.yaml"
/>
<arg
name=
"costmap_local_params"
default=
"3d_local_params.yaml"
/>
<arg
name=
"costmap_global_params"
default=
"3d_global_params.yaml"
/>
<arg
name=
"map_frame_id"
default=
"map"
/>
<arg
name=
"resolution"
default=
"0.1"
/>
<arg
name=
"use_move_base"
default=
"true"
/>
<arg
name=
"local_planner"
default=
"dwa"
/>
<arg
name=
"global_planner"
default=
"global_planner"
/>
<arg
name=
"rviz"
default=
"true"
/>
<arg
name=
"rviz_file"
default=
"$(find iri_ana_rosnav)/rviz/3d_ana.rviz"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<include
file=
"$(find iri_ana_rosnav)/launch/include/3d_nav.launch"
>
<arg
name=
"output"
value=
"$(arg output)"
/>
<arg
name=
"launch_prefix"
value=
"$(arg launch_prefix)"
/>
<arg
name=
"use_nodelets"
value=
"$(arg use_3d_nav_nodelets)"
/>
<arg
name=
"nav_camera"
value=
"$(arg nav_camera)"
/>
</include>
<include
file=
"$(find iri_ana_rosnav)/launch/nav_mapping.launch"
>
<arg
name=
"name"
value=
"$(arg name)"
/>
<arg
name=
"rviz"
value=
"$(arg rviz)"
/>
<arg
name=
"rviz_file"
value=
"$(arg rviz_file)"
/>
<arg
name=
"move_base_params"
value=
"$(arg move_base_params)"
/>
<arg
name=
"costmap_common_params"
value=
"$(arg costmap_common_params)"
/>
<arg
name=
"costmap_local_params"
value=
"$(arg costmap_local_params)"
/>
<arg
name=
"costmap_global_params"
value=
"$(arg costmap_global_params)"
/>
<arg
name=
"map_frame_id"
value=
"$(arg map_frame_id)"
/>
<arg
name=
"resolution"
value=
"$(arg resolution)"
/>
<arg
name=
"local_planner"
value=
"$(arg local_planner)"
/>
<arg
name=
"global_planner"
value=
"$(arg global_planner)"
/>
</include>
</launch>
This diff is collapsed.
Click to expand it.
launch/nav_mapping.launch
+
5
−
4
View file @
9075ba30
<?xml version="1.0"?>
<!-- -->
<launch>
<arg
name=
"rviz"
default=
"true"
/>
<arg
name=
"rviz_file"
default=
"$(find iri_ana_rosnav)/rviz/ana.rviz"
/>
<arg
name=
"name"
default=
"ana"
/>
<arg
name=
"path"
default=
"$(find iri_ana_rosnav)/params"
/>
<arg
name=
"move_base_params"
default=
"move_base_params.yaml"
/>
<arg
name=
"costmap_common_params"
default=
"common_params.yaml"
/>
<arg
name=
"costmap_local_params"
default=
"local_params.yaml"
/>
...
...
@@ -12,12 +11,14 @@
<arg
name=
"resolution"
default=
"0.1"
/>
<arg
name=
"local_planner"
default=
"dwa"
/>
<arg
name=
"global_planner"
default=
"global_planner"
/>
<arg
name=
"rviz"
default=
"true"
/>
<arg
name=
"rviz_file"
default=
"$(find iri_ana_rosnav)/rviz/ana.rviz"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<include
file=
"$(find iri_rosnav)/launch/nav.launch"
>
<arg
name=
"ns"
value=
"ana"
/>
<arg
name=
"path"
value=
"$(
find iri_ana_rosnav)/params
"
/>
<arg
name=
"path"
value=
"$(
arg path)
"
/>
<arg
name=
"move_base_params"
value=
"$(arg move_base_params)"
/>
<arg
name=
"costmap_common_params"
value=
"$(arg costmap_common_params)"
/>
<arg
name=
"costmap_local_params"
value=
"$(arg costmap_local_params)"
/>
...
...
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