-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: 1222-takeshi <[email protected]> fix(velodyne_node_container): fix param load failure Signed-off-by: 1222-takeshi <[email protected]> fix(diagnostic_aggregator): update sensor kit param (#22) (#23) * fix(diagnostic_aggregator): Modified aggregator confinguration to V1' * fix path on diagnostic aggregator fix: add vehicle_velocity_converter.launch (#146) fix: add vehicle_velocity_converter.launch to aip_x1_1_launch Signed-off-by: 1222-takeshi <[email protected]> feat: add use_awsim option and add gnss imu Signed-off-by: 1222-takeshi <[email protected]> feat: add GNSS Signed-off-by: 1222-takeshi <[email protected]> feat: update for upstream Signed-off-by: 1222-takeshi <[email protected]> feat: add use_awsim option Signed-off-by: 1222-takeshi <[email protected]> feat: change topic name Signed-off-by: 1222-takeshi <[email protected]> feat: add node alive monitoring Signed-off-by: 1222-takeshi <[email protected]> feat: add gnss Signed-off-by: 1222-takeshi <[email protected]> feat: update ground_segmentation param Signed-off-by: 1222-takeshi <[email protected]> feat: remove use_awsim option Signed-off-by: 1222-takeshi <[email protected]> feat: add cropbox filter Signed-off-by: 1222-takeshi <[email protected]> feat: add diag of gyro_bias_validator Signed-off-by: 1222-takeshi <[email protected]> chore: update for upstream Signed-off-by: 1222-takeshi <[email protected]> chore: comment out for avoid no diag stale Signed-off-by: 1222-takeshi <[email protected]> feat: add gnss.launch for x1_1 Signed-off-by: 1222-takeshi <[email protected]> feat: use pointcloud_container Signed-off-by: 1222-takeshi <[email protected]> fix: change topic name for ground segmentation Signed-off-by: 1222-takeshi <[email protected]> feat(aip_x1_launch): rename some topics Signed-off-by: 1222-takeshi <[email protected]> feat(aip_x1, aip_x1_1): use interpolate Signed-off-by: 1222-takeshi <[email protected]> feat(velodyne_node_container): use distortion_corrector Signed-off-by: 1222-takeshi <[email protected]> feat(ground_segmentation): change crop parameter Signed-off-by: 1222-takeshi <[email protected]> feat(obstacle_segmentation): relax ground_segmentation threshold Signed-off-by: 1222-takeshi <[email protected]> chore(ground_segmentation): change parameter name (#229) * chore(ground_segmentation): change parameter name Signed-off-by: 1222-takeshi <[email protected]> * ci(pre-commit): autofix --------- Signed-off-by: 1222-takeshi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> chore(ground_segmentation): add missing parameters (#231) * chore(ground_segmentation): change parameter name Signed-off-by: 1222-takeshi <[email protected]> * ci(pre-commit): autofix * Add missing params to ground_segmentation.param.yaml Signed-off-by: Autumn60 <[email protected]> * ci(pre-commit): autofix * Add missing params to ground_segmentation.param.yaml Signed-off-by: Autumn60 <[email protected]> * Fix crop_box params in ground_segmentation.param.yaml Signed-off-by: Autumn60 <[email protected]> * Fix crop_box param in ground_segmentation.param.yaml Signed-off-by: Autumn60 <[email protected]> * Revert crop_box params Signed-off-by: Autumn60 <[email protected]> * Add cropbox param calc to ground_segmentation.launch.py Signed-off-by: Autumn60 <[email protected]> * chore(ground_segmentation): change margin_max_z for cropbox Signed-off-by: 1222-takeshi <[email protected]> --------- Signed-off-by: 1222-takeshi <[email protected]> Signed-off-by: Autumn60 <[email protected]> Co-authored-by: 1222-takeshi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Autumn60 <[email protected]> feat: use nebula driver for aip_x1_1 sensor configuration (#235) * feat: use nebula driver for aip_x1_1 Signed-off-by: 1222-takeshi <[email protected]> * ci(pre-commit): autofix * chore: remove comment out Signed-off-by: 1222-takeshi <[email protected]> * chore: remove unnecessary changes Signed-off-by: 1222-takeshi <[email protected]> --------- Signed-off-by: 1222-takeshi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> chore: remove aip_x1 and rename aip_x1_1 to aip_x1 Signed-off-by: 1222-takeshi <[email protected]> chore: rename aip_x1_1 to aip_x1 Signed-off-by: 1222-takeshi <[email protected]> chore: remove unused file and fix bug Signed-off-by: 1222-takeshi <[email protected]> ci(pre-commit): autofix fix: diag list Signed-off-by: 1222-takeshi <[email protected]> fix cancat lidar topics Signed-off-by: 1222-takeshi <[email protected]>
- Loading branch information
1 parent
518c4d9
commit 5a69b03
Showing
18 changed files
with
193 additions
and
926 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
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 |
---|---|---|
|
@@ -11,6 +11,5 @@ endif() | |
|
||
ament_auto_package(INSTALL_TO_SHARE | ||
launch | ||
data | ||
config | ||
) |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.