remove scale odom
This commit is contained in:
parent
0f25098175
commit
d74115ca3a
src/dcaitirobot
@ -3,4 +3,4 @@ slam_toolbox:
|
||||
base_frame: base_link
|
||||
map_update_interval: 1.0
|
||||
scan_topic: /scan_no_nan
|
||||
odom_topic: /odom_scaled
|
||||
odom_topic: /odom
|
||||
|
@ -8,7 +8,7 @@ from nav_msgs.msg import Odometry
|
||||
import numpy as np
|
||||
|
||||
|
||||
SCALE_FACTOR = 20.0
|
||||
SCALE_FACTOR = 1.0
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user