-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(autoware_planning_msgs): add VelocityLimit message
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
- Loading branch information
1 parent
0631905
commit dd26627
Showing
4 changed files
with
24 additions
and
0 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
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,7 @@ | ||
builtin_interfaces/Time stamp | ||
float32 max_velocity | ||
|
||
bool use_constraints false | ||
autoware_planning_msgs/VelocityLimitConstraints constraints | ||
|
||
string sender |
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,3 @@ | ||
builtin_interfaces/Time stamp | ||
bool command false | ||
string sender |
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 @@ | ||
# maximum signed acceleration | ||
float32 max_acceleration | ||
|
||
# minimum signed acceleration | ||
float32 min_acceleration | ||
|
||
# maximum signed jerk | ||
float32 max_jerk | ||
|
||
# minimum signed jerk | ||
float32 min_jerk |