소스 검색

Remove a now redundant default value. (#18)

Wolfgang Hess 9 년 전
부모
커밋
2ac2a2979b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      cartographer_turtlebot/configuration_files/turtlebot_depth_camera_3d.lua

+ 0 - 2
cartographer_turtlebot/configuration_files/turtlebot_depth_camera_3d.lua

@@ -72,6 +72,4 @@ SPARSE_POSE_GRAPH.optimization_problem.huber_scale = 1e1
 SPARSE_POSE_GRAPH.optimization_problem.acceleration_scale = 1e-1
 SPARSE_POSE_GRAPH.optimization_problem.rotation_scale = 1e3
 
-TRAJECTORY_BUILDER_3D.scans_per_accumulation = 1
-
 return options