|
@@ -24,6 +24,7 @@ options = {
|
|
odom_frame = "odom",
|
|
odom_frame = "odom",
|
|
provide_odom_frame = false,
|
|
provide_odom_frame = false,
|
|
use_odometry = true,
|
|
use_odometry = true,
|
|
|
|
+ use_nav_sat = false,
|
|
num_laser_scans = 1,
|
|
num_laser_scans = 1,
|
|
num_multi_echo_laser_scans = 0,
|
|
num_multi_echo_laser_scans = 0,
|
|
num_subdivisions_per_laser_scan = 1,
|
|
num_subdivisions_per_laser_scan = 1,
|
|
@@ -34,6 +35,7 @@ options = {
|
|
trajectory_publish_period_sec = 30e-3,
|
|
trajectory_publish_period_sec = 30e-3,
|
|
rangefinder_sampling_ratio = 1.,
|
|
rangefinder_sampling_ratio = 1.,
|
|
odometry_sampling_ratio = 1.,
|
|
odometry_sampling_ratio = 1.,
|
|
|
|
+ fixed_frame_pose_sampling_ratio = 1.,
|
|
imu_sampling_ratio = 1.,
|
|
imu_sampling_ratio = 1.,
|
|
}
|
|
}
|
|
|
|
|