Skip to content

Commit

Permalink
add ignore_out_of_order to cartographer configuration files to preven…
Browse files Browse the repository at this point in the history
…t the non-sorted sensor data error

Signed-off-by: Masayuki Murata <[email protected]>
  • Loading branch information
muratams committed Feb 27, 2024
1 parent 61741d8 commit e99f8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ options = {
fixed_frame_pose_sampling_ratio = 1.,
imu_sampling_ratio = 1.,
landmarks_sampling_ratio = 1.,
ignore_out_of_order = true, -- option added by https://github.com/cartographer-project/cartographer_ros/pull/1737
}

MAP_BUILDER.use_trajectory_builder_2d = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ options = {
fixed_frame_pose_sampling_ratio = 1.,
imu_sampling_ratio = 1.,
landmarks_sampling_ratio = 1.,
ignore_out_of_order = true, -- option added by https://github.com/cartographer-project/cartographer_ros/pull/1737
}

MAP_BUILDER.use_trajectory_builder_2d = true
Expand Down

0 comments on commit e99f8d8

Please sign in to comment.