Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_adc_launch
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
mobile_robotics
ADC
ADC_2021
iri_adc_launch
Commits
4c6ec3dd
Commit
4c6ec3dd
authored
4 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Update launch, add map/nav
parent
8c9e8698
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
launch/sim_localization_global.launch
+6
-4
6 additions, 4 deletions
launch/sim_localization_global.launch
rviz/localization_global.rviz
+785
-0
785 additions, 0 deletions
rviz/localization_global.rviz
with
791 additions
and
4 deletions
launch/sim_localization_global.launch
+
6
−
4
View file @
4c6ec3dd
...
...
@@ -3,6 +3,7 @@
<launch>
<arg
name=
"name"
default=
"model_car"
/>
<arg
name=
"circuit"
default=
"sample"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
...
...
@@ -34,9 +35,10 @@
</include>
<include
file=
"$(find iri_adc_circuit_example)/launch/spawn.launch"
>
<arg
name=
"name"
value=
"$(arg circuit)"
/>
</include>
<!--
<include file="$(find iri_model_car_rosnav)/launch/nav_opendrive_map.launch">
<include
file=
"$(find iri_model_car_rosnav)/launch/nav_opendrive_map.launch"
>
<arg
name=
"move_base_params"
value=
"move_base_params.yaml"
/>
<arg
name=
"costmap_common_params"
value=
"common_params.yaml"
/>
<arg
name=
"costmap_local_params"
value=
"local_params.yaml"
/>
...
...
@@ -48,8 +50,8 @@
<arg
name=
"output"
value=
"$(arg output)"
/>
<arg
name=
"launch_prefix"
value=
"$(arg launch_prefix)"
/>
<arg
name=
"opendrive_file_path"
default=
"$(find iri_adc_circuit_example)/data"
/>
<arg name="opendrive_file_name" default="
example
"/>
</include>
-->
<arg
name=
"opendrive_file_name"
default=
"
$(arg circuit)
"
/>
</include>
<include
file=
"$(find iri_model_car_bringup)/launch/teleop_rqt.launch"
>
<arg
name=
"name"
value=
"$(arg name)"
/>
...
...
@@ -60,7 +62,7 @@
<node
name=
"rviz"
pkg=
"rviz"
type=
"rviz"
args=
"-d $(find iri_
model_car_bringup
)/rviz/localization.rviz"
>
args=
"-d $(find iri_
adc_launch
)/rviz/localization
_global
.rviz"
>
</node>
</launch>
This diff is collapsed.
Click to expand it.
rviz/localization_global.rviz
0 → 100644
+
785
−
0
View file @
4c6ec3dd
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