Skip to content

Commit

Permalink
Race Checkpoints and Go Speedup (#115)
Browse files Browse the repository at this point in the history
* Removed old Simulation example files, optimization testing, scripts folder

* Add GoLang files

* Update tests and add test_weather.py

* Update get_weather_in_time with Go implementation option and flag

* Implemented helper function speeds_with_waypoints (#111)

* Added the python file where testing and of the race checkpoint task will
be developed

* Moved some of the code that Chris had from Google Colab to my local
python file for implementation

* Upload coord_by_time notebook for prototyping

* Not using task_race_checkpoints.py anymore

* Added the frame work for Step 4 of the implementatin of race_checkpoints

* Started the implementation of step4_match_coords and wrote in comments
on how the function will behave given the three scenarios when the speed
value and the distance between coordinates.

* Changed branch name

* Added step 4

* Added delta factor to step 4

* Updated some changes into Visualize Helper to include waypoints (checkpoints)

* Interim commit for step 5

* Cleaned up step 5

* Step 5 complete

* Updated comments and skimmed unused code

* Updated route_visualization to not accept waypoints

Co-authored-by: Jason Liang <[email protected]>
Co-authored-by: Chris Chang <[email protected]>

* Integrate Race Checkpoints (#114)

* Added the python file where testing and of the race checkpoint task will
be developped

* Moved some of the code that Chris had from Google Colab to my local
python file for implementation

* Upload coord_by_time notebook for prototyping

* Not using task_race_checkpoints.py anymore

* Added the frame work for Step 4 of the implementatin of race_checkpoints

* Started the implementation of step4_match_coords and wrote in comments
on how the function will behave given the three scenarios when the speed
value and the distance between coordinates.

* Changed branch name

* Added step 4

* Added delta factor to step 4

* Updated some changes into Visualize Helper to include waypoints (checkpoints)

* Interim commit for step 5

* Cleaned up step 5

* Step 5 complete

* Updated comments and skimmed unused code

* Updated route_visualization to not accept waypoints

* Integrate Race Checkpoints Code

Co-authored-by: Jason Liang <[email protected]>
Co-authored-by: ritchiexia <[email protected]>

Co-authored-by: ritchiexia <[email protected]>
Co-authored-by: Jason Liang <[email protected]>
Co-authored-by: ritchiexia <[email protected]>
  • Loading branch information
4 people authored Mar 24, 2022
1 parent 7fc088c commit bac284b
Show file tree
Hide file tree
Showing 29 changed files with 1,344 additions and 999 deletions.
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions .idea/Simulation.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/vcs.xml

This file was deleted.

871 changes: 871 additions & 0 deletions coord_by_time.ipynb

Large diffs are not rendered by default.

70 changes: 0 additions & 70 deletions examples/archive/example_simulation.py

This file was deleted.

95 changes: 0 additions & 95 deletions examples/archive/max_distance_from_speed.py

This file was deleted.

83 changes: 0 additions & 83 deletions examples/archive/max_distance_from_time.py

This file was deleted.

Loading

0 comments on commit bac284b

Please sign in to comment.