forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix parameter namespace remove old parameter file remove old style parameter file remove unused parameter remove duplicated parameter remove old style parameter remove old style parameter pick new style parameter remove duplicated parameter remove unnecessary parameter remove old parameter Revert "feat: sp tuning for low obstacle (#578)" This reverts commit f00363f. Revert "chore(ground_segmentation): reduce ground_segmentation range (#649)" This reverts commit 3aacc89. fix ekf parameter remove temporary parameter disable pull over of mrm change initial_selector_mode to local reset analytical smoother parameter remove hazard lights selector remove l4toolkit enable stuck vehicle detection in left turn chore diagnostic_graph_aggregator params fix module name chore x2_preset.yaml fix(static_obstacle_avoidance): parameter tuning Signed-off-by: satoshi-ota <[email protected]> fix(slow_down): parameter tuning Signed-off-by: satoshi-ota <[email protected]> fix typo remove duplicated parameter remove old node revert common planning param for safety reason. use mrm_handler as default relax emergency stop acceleration for safety reason modify rviz setting remove l4toolkit from simulation fix lane change priority fix behavior velocity planner parameter make same mpt param as main update mlmodel parameter style fix old parameter name
- Loading branch information
Showing
37 changed files
with
137 additions
and
746 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 |
---|---|---|
|
@@ -10,4 +10,3 @@ | |
|
||
thresholds: | ||
max_distance_deviation: 1.0 | ||
min_velocity_for_checking: 1.0 # m/s |
2 changes: 1 addition & 1 deletion
2
autoware_launch/config/control/external_cmd_selector/external_cmd_selector.param.yaml
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,4 +1,4 @@ | ||
/**: | ||
ros__parameters: | ||
update_rate: 10.0 | ||
initial_selector_mode: "remote" # ["local", "remote"] | ||
initial_selector_mode: "local" # ["local", "remote"] |
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
84 changes: 0 additions & 84 deletions
84
autoware_launch/config/localization/ndt_scan_matcher.param.yaml
This file was deleted.
Oops, something went wrong.
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
20 changes: 20 additions & 0 deletions
20
...unch/config/perception/object_recognition/detection/lidar_model/centerpoint_x2.param.yaml
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,20 @@ | ||
/**: | ||
ros__parameters: | ||
|
||
# weight files | ||
encoder_onnx_path: "$(var model_path)/pts_voxel_encoder_$(var model_name).onnx" | ||
encoder_engine_path: "$(var model_path)/pts_voxel_encoder_$(var model_name).engine" | ||
head_onnx_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).onnx" | ||
head_engine_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).engine" | ||
trt_precision: fp16 | ||
post_process_params: | ||
# post-process params | ||
circle_nms_dist_threshold: 0.5 | ||
iou_nms_target_class_names: ["CAR"] | ||
iou_nms_search_distance_2d: 10.0 | ||
iou_nms_threshold: 0.1 | ||
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0] | ||
score_threshold: 0.35 | ||
densification_params: | ||
world_frame_id: map | ||
num_past_frames: 1 |
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.