mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update ekf config
This commit is contained in:
parent
e7c2424bd0
commit
a9ad948268
@ -16,7 +16,7 @@ ekf_filter_node:
|
||||
publish_acceleration: true
|
||||
|
||||
# Whether to broadcast the transformation over the /tf topic. Defaultsto true if unspecified.
|
||||
publish_tf: true #was true
|
||||
publish_tf: false #was true
|
||||
|
||||
# 1. Set the map_frame, odom_frame, and base_link frames to the appropriate frame names for your system.
|
||||
# 1a. If your system does not have a map_frame, just remove it, and make sure "world_frame" is set to the value of odom_frame.
|
||||
@ -35,9 +35,9 @@ ekf_filter_node:
|
||||
odom0: /odom
|
||||
# The order of the values of this parameter is x, y, z, roll, pitch, yaw, vx, vy, vz, vroll, vpitch, vyaw, ax, ay, az.
|
||||
# Configure it for x,y,z,vyaw on the odom topic
|
||||
odom0_config: [true , true , false,
|
||||
odom0_config: [false , false , false,
|
||||
false, false, true,
|
||||
false, false, false,
|
||||
true, false, false,
|
||||
false, false, true,
|
||||
false, false, false]
|
||||
odom0_differential: true
|
||||
|
Loading…
Reference in New Issue
Block a user