Skip to content

Commit

Permalink
Merge pull request autowarefoundation#585 from tier4/sync-awf-latest
Browse files Browse the repository at this point in the history
chore: sync awf-latest
  • Loading branch information
tier4-autoware-public-bot[bot] authored Nov 30, 2022
2 parents 24714ca + 894d26a commit 391a58d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
transition_timeout: 3.0
transition_timeout: 10.0
frequency_hz: 10.0
engage_acceptable_limits:
allow_autonomous_in_stopped: true # no check if the velocity is zero, always allowed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
num_fix_points_for_extending: 50 # number of fixing points when extending
max_dist_for_extending_end_point: 0.0001 # minimum delta dist thres for extending last point [m]

enable_clipping_fixed_traj: false
non_fixed_trajectory_length: 5.0 # length of the trajectory merging optimized mpt trajectory to original(not optimized) trajectory

object: # avoiding object
Expand Down
2 changes: 1 addition & 1 deletion system_launch/config/component_state_monitor/topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
args:
node_name_suffix: mission_planning_route
topic: /planning/mission_planning/route
topic_type: autoware_auto_planning_msgs/msg/HADMapRoute
topic_type: autoware_planning_msgs/msg/LaneletRoute
best_effort: false
transient_local: true
warn_rate: 0.0
Expand Down

0 comments on commit 391a58d

Please sign in to comment.