File tree 4 files changed +13
-5
lines changed
config/control/trajectory_follower
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# /**
2
2
# .github/**
3
3
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
5
5
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
6
6
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
7
7
autoware_launch/config/perception/** shunsuke.miura@tier4.jp yoshi.ri@tier4.jp koji.minoda@tier4.jp taekjin.lee@tier4.jp
Original file line number Diff line number Diff line change 3
3
# -- system --
4
4
traj_resample_dist : 0.1 # path resampling interval [m]
5
5
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
8
6
use_delayed_initial_state : true # flag to use x0_delayed as initial state for predicted trajectory
9
7
10
8
# -- path smoothing --
Original file line number Diff line number Diff line change 16
16
stopped_state_entry_vel : 0.01
17
17
stopped_state_entry_acc : 0.1
18
18
emergency_state_overshoot_stop_dist : 1.5
19
- emergency_state_traj_trans_dev : 3.0
20
- emergency_state_traj_rot_dev : 0.7854
21
19
22
20
# drive state
23
21
kp : 1.0
Original file line number Diff line number Diff line change @@ -2464,6 +2464,18 @@ Visualization Manager:
2464
2464
Reliability Policy : Reliable
2465
2465
Value : /control/autonomous_emergency_braking/virtual_wall
2466
2466
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
2467
2479
Enabled : true
2468
2480
Name : VirtualWall
2469
2481
- Class : rviz_default_plugins/Marker
You can’t perform that action at this time.
0 commit comments