generated from tier4/ros2-project-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update XT32 related perception pipeline
Signed-off-by: Manato HIRABAYASHI <[email protected]>
- Loading branch information
Showing
6 changed files
with
41 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/**: | ||
ros__parameters: | ||
fusion_distance: 100.0 | ||
trust_object_distance: 100.0 | ||
trust_object_iou_mode: "iou" | ||
non_trust_object_iou_mode: "iou" | ||
use_cluster_semantic_type: false | ||
# only_allow_inside_cluster: true | ||
only_allow_inside_cluster: false | ||
roi_scale_factor: 1.1 | ||
iou_threshold: 0.3 | ||
unknown_iou_threshold: 0.1 | ||
remove_unknown: true | ||
debug_mode: true | ||
image_buffer_size: 1000 | ||
|
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 |
---|---|---|
@@ -1,6 +1,18 @@ | ||
/**: | ||
ros__parameters: | ||
global_slope_max_angle_deg: 10.0 | ||
local_slope_max_angle_deg: 30.0 | ||
local_slope_max_angle_deg: 13.0 # recommended 30.0 for non elevation_grid_mode | ||
split_points_distance_tolerance: 0.2 | ||
use_virtual_ground_point: True | ||
split_height_distance: 0.2 | ||
non_ground_height_threshold: 0.20 | ||
grid_size_m: 0.1 | ||
grid_mode_switch_radius: 20.0 | ||
gnd_grid_buffer_size: 4 | ||
detection_range_z_max: 2.5 | ||
elevation_grid_mode: true | ||
low_priority_region_x: -20.0 | ||
center_pcl_shift: 0.0 | ||
radial_divider_angle_deg: 1.0 | ||
use_recheck_ground_cluster: true | ||
use_lowest_point: true |
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