forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(motion_velocity_smoother): add steering rate limit while plannin…
…g velocity (autowarefoundation#1071) * feat(motion_velocity_smoother): add steering rate limit while planning velocity (autowarefoundation#1071) function added, not turning fix the always positive curvature problem added lower velocity limit added vehicle parameters functions created Signed-off-by: Berkay <[email protected]> * Update readme update svg readme updated with test params change sample rate calculate accurate dt test Signed-off-by: Berkay <[email protected]> fix trajectory size update readme change map loader params Signed-off-by: Berkay <[email protected]> clear unnecessary comment Signed-off-by: Berkay <[email protected]> change the min and max index Signed-off-by: Berkay <[email protected]> ci(pre-commit): autofix removed unnecessary params and comments Signed-off-by: Berkay <[email protected]> ci(pre-commit): autofix all velocities in lookup distance is changed Signed-off-by: Berkay <[email protected]> ci(pre-commit): autofix works ci(pre-commit): autofix changed calculations with const lookupdistance ci(pre-commit): autofix not work peak points written with constant distances added param ci(pre-commit): autofix update ci(pre-commit): autofix update steering angle calculation method ci(pre-commit): autofix changed curvature calculation of steeringAngleLimit func Signed-off-by: Berkay Karaman <[email protected]> changed default parameter values Signed-off-by: Berkay <[email protected]> update readme Signed-off-by: Berkay <[email protected]> update engage velocity parameter Signed-off-by: Berkay <[email protected]> * ci(pre-commit): autofix Signed-off-by: Berkay <[email protected]> Co-authored-by: Berkay <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1379811
commit c0f3507
Showing
9 changed files
with
4,992 additions
and
12 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
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
4,846 changes: 4,843 additions & 3 deletions
4,846
planning/motion_velocity_smoother/media/motion_velocity_smoother_flow.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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