forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ros2 v0.8.0 control launch (autowarefoundation#53)
* restore file name for v0.8.0 update Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Add use_emergency_handling arg to vehicle_cmd_gate.launch (autowarefoundation#83) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add parameter for using steer prediction (autowarefoundation#88) * change stop dist param (autowarefoundation#85) * mpc: change param name steer_rate_lim_deg -> steer_rate_lim_dps (autowarefoundation#79) Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * add mpc parameter (autowarefoundation#105) * Add parameters for stop state (autowarefoundation#126) * Add parameters for stop state * Change default value * Add vehicle cmd gate config (autowarefoundation#136) * Add config_file of vehicle_cmd_gate Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add use_emergency_stop Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Rename emergency_stop to external_emergency_stop Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix command_gate diag Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add lane_departure_checker (autowarefoundation#123) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Revert "restore file name for v0.8.0 update" This reverts commit 516b366819f7f9d69b9bc3e2de180d4523794bcd. * fix control launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix args Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix param type Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix lane departure checker Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp>
- Loading branch information
1 parent
a16cabd
commit bf7cfa5
Showing
5 changed files
with
47 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
launch/control_launch/config/vehicle_cmd_gate/vehicle_cmd_gate.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/**: | ||
ros__parameters: | ||
update_rate: 10.0 | ||
system_emergency_heartbeat_timeout: 0.5 | ||
external_emergency_stop_heartbeat_timeout: 0.0 | ||
|
||
vel_lim: 25.0 | ||
lon_acc_lim: 5.0 | ||
lon_jerk_lim: 5.0 | ||
lat_acc_lim: 5.0 | ||
lat_jerk_lim: 5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters