Skip to content

Commit 2b60659

Browse files
Merge pull request #721 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents a2b42aa + 67933de commit 2b60659

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/CODEOWNERS-manual

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# /**
22
# .github/**
33
autoware_launch/** yukihiro.saito@tier4.jp ryohsuke.mitsudome@tier4.jp mfc@leodrive.ai
4-
autoware_launch/config/control/** takayuki.murooka@tier4.jp fumiya.watanabe@tier4.jp satoshi.ota@tier4.jp shumpei.wakabayashi@tier4.jp
4+
autoware_launch/config/control/** takayuki.murooka@tier4.jp fumiya.watanabe@tier4.jp satoshi.ota@tier4.jp shumpei.wakabayashi@tier4.jp kosuke.takeuchi@tier4.jp yuki.takagi@tier4.jp alqudah.mohammad@tier4.jp
55
autoware_launch/config/localization/** masahiro.sakamoto@tier4.jp yamato.ando@tier4.jp ryu.yamamoto@tier4.jp kento.yabuuchi.2@tier4.jp shintaro.sakoda@tier4.jp taiki.yamada@tier4.jp anh.nguyen.2@tier4.jp
66
autoware_launch/config/map/** masahiro.sakamoto@tier4.jp yamato.ando@tier4.jp ryu.yamamoto@tier4.jp kento.yabuuchi.2@tier4.jp shintaro.sakoda@tier4.jp taiki.yamada@tier4.jp anh.nguyen.2@tier4.jp
77
autoware_launch/config/perception/** shunsuke.miura@tier4.jp yoshi.ri@tier4.jp koji.minoda@tier4.jp taekjin.lee@tier4.jp

autoware_launch/config/control/trajectory_follower/lateral/mpc.param.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# -- system --
44
traj_resample_dist: 0.1 # path resampling interval [m]
55
use_steer_prediction: false # flag for using steer prediction (do not use steer measurement)
6-
admissible_position_error: 5.0 # stop mpc calculation when error is larger than the following value
7-
admissible_yaw_error_rad: 1.57 # stop mpc calculation when error is larger than the following value
86
use_delayed_initial_state: true # flag to use x0_delayed as initial state for predicted trajectory
97

108
# -- path smoothing --

autoware_launch/config/control/trajectory_follower/longitudinal/pid.param.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
stopped_state_entry_vel: 0.01
1717
stopped_state_entry_acc: 0.1
1818
emergency_state_overshoot_stop_dist: 1.5
19-
emergency_state_traj_trans_dev: 3.0
20-
emergency_state_traj_rot_dev: 0.7854
2119

2220
# drive state
2321
kp: 1.0

autoware_launch/rviz/autoware.rviz

+12
Original file line numberDiff line numberDiff line change
@@ -2464,6 +2464,18 @@ Visualization Manager:
24642464
Reliability Policy: Reliable
24652465
Value: /control/autonomous_emergency_braking/virtual_wall
24662466
Value: true
2467+
- Class: rviz_default_plugins/MarkerArray
2468+
Enabled: true
2469+
Name: VirtualWall (velocity control)
2470+
Namespaces:
2471+
{}
2472+
Topic:
2473+
Depth: 5
2474+
Durability Policy: Volatile
2475+
History Policy: Keep Last
2476+
Reliability Policy: Reliable
2477+
Value: /control/trajectory_follower/controller_node_exe/virtual_wall
2478+
Value: true
24672479
Enabled: true
24682480
Name: VirtualWall
24692481
- Class: rviz_default_plugins/Marker

0 commit comments

Comments
 (0)