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
018a4063
Commit
018a4063
authored
4 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Adapted to new landmarks localization initialpose topic
parent
14df9808
No related branches found
No related tags found
1 merge request
!3
Updated the configuration of the landmark global localization.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/adc_common/adc_global_ekf_odom_imu_amcl.yaml
+1
-1
1 addition, 1 deletion
config/adc_common/adc_global_ekf_odom_imu_amcl.yaml
launch/adc_global_localization.launch
+2
-1
2 additions, 1 deletion
launch/adc_global_localization.launch
with
3 additions
and
2 deletions
config/adc_common/adc_global_ekf_odom_imu_amcl.yaml
+
1
−
1
View file @
018a4063
...
...
@@ -9,7 +9,7 @@ use_control: true
control_config
:
[
true
,
true
,
false
,
false
,
false
,
true
]
publish_tf
:
tru
e
publish_tf
:
fals
e
map_frame
:
map
odom_frame
:
adc_car/odom
base_link_frame
:
adc_car/base_footprint
...
...
This diff is collapsed.
Click to expand it.
launch/adc_global_localization.launch
+
2
−
1
View file @
018a4063
...
...
@@ -76,7 +76,8 @@
<arg
name=
"launch_prefix"
value=
"$(arg launch_prefix)"
/>
<arg
name=
"config_file"
value=
"$(arg landmarks_config_dir)/$(arg landmarks_config_file)"
/>
<arg
name=
"landmarks_map_file"
value=
"$(arg landmarks_data_dir)/$(arg landmarks_file)"
/>
<arg
name=
"estimated_pose_topic_name"
value=
"/$(arg car_name)/initialpose"
/>
<arg
name=
"estimated_pose_topic_name"
value=
"/$(arg car_name)/estimated_pose"
/>
<arg
name=
"initialpose_topic_name"
value=
"/$(arg car_name)/initialpose"
/>
<arg
name=
"features_topic_name"
value=
"/$(arg car_name)/iri_adc_tag_localization_filter/features"
/>
</include>
...
...
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