forked from udacity/CarND-Capstone
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lower decel rate in get_min_stopping_distance (#109)
* Lower decel rate in get_min_stopping_distance Lower the decel rate for desired_jerk calcs using a variable amount based on current acceleration and extend the search increment to minimum of 2.0 or 2.5% of current estimate. * Increase max_desired_jerk to 0.75 Add guard in get_max_accel to prevent sending small accel value to get_accel_distance * Change default velocity to be limited to 0.96*Max_velocity Also set number of waypoints to 40 by default * Fix dyn_default_velocity setting Fix bug displaying max_velocity
- Loading branch information
Showing
3 changed files
with
20 additions
and
11 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