Damon Kohler 9 жил өмнө
parent
commit
effb9c355a

+ 0 - 4
cartographer_turtlebot/configuration_files/turtlebot_depth_camera_2d.lua

@@ -16,10 +16,6 @@ include "map_builder.lua"
 
 options = {
   map_builder = MAP_BUILDER,
-  sensor_bridge = {
-    constant_odometry_translational_variance = 1e-7,
-    constant_odometry_rotational_variance = 1e-7,
-  },
   map_frame = "map",
   tracking_frame = "gyro_link",
   published_frame = "odom",

+ 0 - 4
cartographer_turtlebot/configuration_files/turtlebot_depth_camera_3d.lua

@@ -16,10 +16,6 @@ include "map_builder.lua"
 
 options = {
   map_builder = MAP_BUILDER,
-  sensor_bridge = {
-    constant_odometry_translational_variance = 1e-7,
-    constant_odometry_rotational_variance = 1e-7,
-  },
   map_frame = "map",
   tracking_frame = "gyro_link",
   published_frame = "odom",

+ 0 - 4
cartographer_turtlebot/configuration_files/turtlebot_urg_lidar_2d.lua

@@ -16,10 +16,6 @@ include "map_builder.lua"
 
 options = {
   map_builder = MAP_BUILDER,
-  sensor_bridge = {
-    constant_odometry_translational_variance = 1e-7,
-    constant_odometry_rotational_variance = 1e-7,
-  },
   map_frame = "map",
   tracking_frame = "gyro_link",
   published_frame = "odom",