Skip to content

Commit

Permalink
feat(AEB): implement parameterized prediction time horizon and interv…
Browse files Browse the repository at this point in the history
…al (#657)

Signed-off-by: 1222-takeshi <[email protected]>
  • Loading branch information
1222-takeshi authored Oct 26, 2023
1 parent 262a774 commit 99281f1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**:
ros__parameters:
publish_debug_pointcloud: false
use_predicted_trajectory: true
use_imu_path: true
voxel_grid_x: 0.05
Expand All @@ -11,7 +12,9 @@
t_response: 1.0
a_ego_min: -3.0
a_obj_min: -1.0
prediction_time_horizon: 1.5
prediction_time_interval: 0.1
imu_prediction_time_horizon: 1.5
imu_prediction_time_interval: 0.1
mpc_prediction_time_horizon: 1.5
mpc_prediction_time_interval: 0.1
collision_keeping_sec: 0.0
aeb_hz: 10.0

0 comments on commit 99281f1

Please sign in to comment.