-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 🎸 add radius-search-base loop closure module
- Loading branch information
1 parent
2fc8c65
commit 35a5277
Showing
14 changed files
with
1,112 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
common: | ||
lid_topic: "/velodyne_points" | ||
imu_topic: "/imu/data" | ||
keyFrame_topic: "/aft_pgo_path" | ||
keyFrame_id_topic: "/key_frames_ids" | ||
time_sync_en: true # ONLY turn on when external time synchronization is really not possible | ||
|
||
preprocess: | ||
lidar_type: 2 # 1 for Livox serials LiDAR, 2 for Velodyne LiDAR, 3 for ouster LiDAR, | ||
scan_line: 16 | ||
blind: 1 # blind是min_radius^2 | ||
|
||
mapping: | ||
acc_cov: 0.1 | ||
gyr_cov: 0.1 | ||
b_acc_cov: 0.0001 | ||
b_gyr_cov: 0.0001 | ||
fov_degree: 180 | ||
det_range: 100.0 | ||
extrinsic_T: [ 0, 0, 0.28] | ||
extrinsic_R: [ 1, 0, 0, | ||
0, 1, 0, | ||
0, 0, 1] | ||
|
||
publish: | ||
scan_publish_en: true # 'false' will close all the point cloud output | ||
dense_publish_en: ture # false will low down the points number in a global-frame point clouds scan. | ||
scan_bodyframe_pub_en: true # output the point cloud scans in IMU-body-frame |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.