Skip to content

Commit

Permalink
Merge pull request #582 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] committed Sep 6, 2024
2 parents 7f73142 + 15f5e4a commit 8501a52
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use_steer_prediction: false # flag for using steer prediction (do not use steer measurement)
admissible_position_error: 5.0 # stop mpc calculation when error is larger than the following value
admissible_yaw_error_rad: 1.57 # stop mpc calculation when error is larger than the following value
use_delayed_initial_state: true # flag to use x0_delayed as initial state for predicted trajectory

# -- path smoothing --
enable_path_smoothing: false # flag for path smoothing
Expand Down Expand Up @@ -75,4 +76,4 @@
average_num: 1000
steering_offset_limit: 0.02

debug_publish_predicted_trajectory: true # publish debug predicted trajectory in Frenet coordinate
publish_debug_trajectories: true # flag to publish predicted trajectory and resampled reference trajectory for debug purpose
30 changes: 30 additions & 0 deletions autoware_launch/rviz/autoware.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -2411,6 +2411,36 @@ Visualization Manager:
Constant Color: false
Scale: 0.30000001192092896
Value: false
- Class: rviz_plugins/Trajectory
Color Border Vel Max: 3
Enabled: false
Name: Resampled Reference Trajectory
Topic:
Depth: 5
Durability Policy: Volatile
History Policy: Keep Last
Reliability Policy: Reliable
Value: /control/trajectory_follower/controller_node_exe/debug/resampled_reference_trajectory
Value: true
View Path:
Alpha: 1
Color: 153; 193; 241
Constant Color: true
Value: false
Constant Width: true
Width: 0.2
View Velocity:
Alpha: 1
Color: 0; 0; 0
Constant Color: false
Scale: 0.30000001192092896
Value: false
View Point:
Alpha: 1
Color: 0; 60; 255
Offset: 0
Radius: 0.10000000149011612
Value: true
- Class: rviz_default_plugins/Marker
Enabled: false
Name: Stop Reason
Expand Down

0 comments on commit 8501a52

Please sign in to comment.