Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_model_car_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
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
platforms
model_car
iri_model_car_rosnav
Commits
b0139243
Commit
b0139243
authored
4 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Removed the IMu form the global EKF pose estimation.
Updated some parameters of the EKF pose estimation.
parent
772b190e
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/include/localization.launch
+1
-0
1 addition, 0 deletions
launch/include/localization.launch
params/global_ekf_odom_imu_amcl.yaml
+11
-11
11 additions, 11 deletions
params/global_ekf_odom_imu_amcl.yaml
with
12 additions
and
11 deletions
launch/include/localization.launch
+
1
−
0
View file @
b0139243
...
...
@@ -13,6 +13,7 @@
output=
"screen"
>
<rosparam
command=
"load"
file=
"$(arg global_ekf_config_file)"
/>
<remap
from=
"odometry/filtered"
to=
"/$(arg name)/global_odom_combined"
/>
<remap
from=
"set_pose"
to=
"/$(arg name)/global_ekf/set_pose"
/>
</node>
</launch>
This diff is collapsed.
Click to expand it.
params/global_ekf_odom_imu_amcl.yaml
+
11
−
11
View file @
b0139243
...
...
@@ -20,25 +20,25 @@ odom0_config: [false, false, false,
false
,
false
,
true
,
false
,
false
,
false
]
imu0
:
/model_car/sensors/imu_enu
imu0_config
:
[
false
,
false
,
false
,
false
,
false
,
tru
e
,
false
,
false
,
false
,
false
,
false
,
true
,
true
,
false
,
false
]
#
imu0: /model_car/sensors/imu_enu
#
imu0_config: [false, false, false,
#
false, false,
fals
e,
#
false, false, false,
#
false, false, true,
#
true, false, false]
imu0_differential
:
false
imu0_relative
:
fals
e
imu0_remove_gravitational_acceleration
:
true
#
imu0_differential: false
#
imu0_relative:
tru
e
#
imu0_remove_gravitational_acceleration: true
pose0
:
/model_car/amcl_pose
pose0_config
:
[
true
,
true
,
fals
e
,
pose0_config
:
[
true
,
true
,
tru
e
,
false
,
false
,
false
,
false
,
false
,
false
,
false
,
false
,
false
,
false
,
false
,
false
]
pose0_differential
:
false
#
pose0_relative: false
pose0_relative
:
false
#pose0_queue_size: 5
#pose0_rejection_threshold: 2 # Note the difference in parameter name
#pose0_nodelay: false
...
...
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