Skip to content

Commit

Permalink
parameter update
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago117 committed Sep 29, 2024
1 parent 2929c9a commit d0ea652
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
predicted_object_layer:
type: "predicted_object"
predicted_objects_topic: "/perception/object_recognition/objects"
distance_threshold: 1.3
distance_threshold: 1.2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Qv : 4.0
Qo : 1000.0
Qin : 0.01
Qdin : 0.5
Qdin : 0.0
# model param
delta_t : 0.1
vehicle_L : 1.08
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<!-- 減速度 -->
<param name="deceleration" value="-14.0"/>
<!-- ピットの何メートル前で速度を0にするか -->
<param name="stop_offset" value="3.0"/>
<param name="stop_offset" value="1.5"/>
<!-- 最高速度 -->
<param name="max_speed" value="30.0"/>
<!-- trajectoryの点の間隔 -->
Expand Down

0 comments on commit d0ea652

Please sign in to comment.