Skip to content
Snippets Groups Projects
Commit 2079a36c authored by Emil Harlan's avatar Emil Harlan
Browse files

a

parent 18e3ef41
No related branches found
No related tags found
No related merge requests found
...@@ -77,9 +77,9 @@ ekf_filter_node: ...@@ -77,9 +77,9 @@ ekf_filter_node:
# do not provide some of the state variables estimated by the filter. For example, a TwistWithCovarianceStamped message # do not provide some of the state variables estimated by the filter. For example, a TwistWithCovarianceStamped message
# has no pose information, so the first six values would be meaningless in that case. Each vector defaults to all false # has no pose information, so the first six values would be meaningless in that case. Each vector defaults to all false
# if unspecified, effectively making this parameter required for each sensor. # if unspecified, effectively making this parameter required for each sensor.
odom0_config: [true, true, false, odom0_config: [false, false, false,
false, false, false,
false, false, false, false, false, false,
true, true, false,
false, false, true, false, false, true,
false, false, false] false, false, false]
...@@ -98,8 +98,8 @@ ekf_filter_node: ...@@ -98,8 +98,8 @@ ekf_filter_node:
imu0: Imu imu0: Imu
imu0_config: [false, false, false, imu0_config: [false, false, false,
true, true, true, false, false, false,
false, false, false, true, true, false,
true, true, true, false, false, false,
true, true, true] false, false, false]
imu0_differential: false imu0_differential: false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment