mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
added slam_toolbox localization option
This commit is contained in:
parent
70853f30ff
commit
cfc82561a5
@ -35,7 +35,7 @@ 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: [false , false , false,
|
||||
odom0_config: [true , true , false,
|
||||
false, false, true,
|
||||
false, false, false,
|
||||
false, false, true,
|
||||
|
@ -15,7 +15,7 @@ slam_toolbox:
|
||||
mode: mapping #localization
|
||||
|
||||
# if you'd like to start localizing on bringup in a map and pose
|
||||
#map_file_name: test_steve
|
||||
#map_file_name: map
|
||||
#map_start_pose: [5.0, 1.0, 0.0]
|
||||
|
||||
debug_logging: false
|
||||
|
Loading…
Reference in New Issue
Block a user