This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
-
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.
Creating a Skeleton Speed Objective (#67)
* Rough Skeleton of the Speed Objective Class * Added an example boat speed table from Justin's notebook and added heading of Sailbot * Added test for the speed objective methods * Fixed the bugs in my speed objective test case * Fixed Flake8 error * Added speed to cost functions to the speed optimization objective * Formatting error * Updated return statement * Fix flake8 error * Added test cases * Removed unneccessary comments in test objectives file * Added linear_interpolation (#82) * Added linear_interpolation * remove TODO tag * add interpolation tests * handle angle difference > 180 correctly * fixed test cases --------- Co-authored-by: Jamen Kaye <[email protected]> --------- Co-authored-by: Patrick Creighton <[email protected]> Co-authored-by: Justin Prasad <[email protected]> Co-authored-by: Jamen Kaye <[email protected]> Co-authored-by: Jamen Kaye <[email protected]>
- Loading branch information
1 parent
66ea621
commit 7d6f2c9
Showing
3 changed files
with
275 additions
and
9 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