Skip to content

Commit

Permalink
Add sampling ratio options. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Schütte committed Sep 29, 2017
1 parent 1345833 commit de640dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cartographer_toyota_hsr/configuration_files/toyota_hsr_2d.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ options = {
submap_publish_period_sec = 0.3,
pose_publish_period_sec = 5e-3,
trajectory_publish_period_sec = 30e-3,
rangefinder_sampling_ratio = 1.,
odometry_sampling_ratio = 1.,
imu_sampling_ratio = 1.,
}

MAP_BUILDER.use_trajectory_builder_2d = true
Expand Down
3 changes: 3 additions & 0 deletions cartographer_toyota_hsr/configuration_files/toyota_hsr_3d.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ options = {
submap_publish_period_sec = 0.3,
pose_publish_period_sec = 5e-3,
trajectory_publish_period_sec = 30e-3,
rangefinder_sampling_ratio = 1.,
odometry_sampling_ratio = 1.,
imu_sampling_ratio = 1.,
}

MAP_BUILDER.use_trajectory_builder_3d = true
Expand Down

0 comments on commit de640dd

Please sign in to comment.