Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add general autos #131

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft

Add general autos #131

wants to merge 17 commits into from

Conversation

S0L0GUY
Copy link
Contributor

@S0L0GUY S0L0GUY commented Jan 20, 2025

This pull request includes several new autonomous routines and paths for the path planner in the project. The changes mainly focus on adding new auto routines and defining new paths for the robot to follow during these routines.

New Auto Routines:

  • Added a new auto routine 1-Piece-Low.auto with a sequential command structure.
  • Added a new auto routine 4-Piece-High.auto with a complex sequence of paths.
  • Added a new auto routine 6-Piece-High.auto with multiple named commands and paths.
  • Added a new auto routine Clockwork-9PC.auto with a detailed sequence of paths and commands.

Path Definitions:

  • Added a new path A-CSBottom.path with waypoints and event markers.
  • Added a new path A-CSTop.path with waypoints and event markers.
  • Added a new path B-CSTop.path with waypoints and event markers.
  • Added a new path C-CSTop.path with waypoints and event markers.
  • Added a new path CSBottom-A.path with waypoints and event markers.
  • Added a new path CSBottom-F.path with waypoints and event markers.
  • Added a new path CSTop-A.path with waypoints and event markers.
  • Added a new path CSTop-B.path with waypoints and event markers.
  • Added a new path CSTop-C.path with waypoints and event markers.

These changes enhance the robot's ability to perform complex sequences and navigate through predefined paths efficiently.

S0L0GUY and others added 12 commits January 16, 2025 08:21
These still needs commands.
Co-Authored-By: Evan Grinnell <worldevan8@gmail.com>
Co-Authored-By: Yutong Zhu <3681247216@qq.com>
Co-Authored-By: Alice <90939494+ACat701@users.noreply.github.com>
Co-Authored-By: Evan Grinnell <worldevan8@gmail.com>
Co-Authored-By: Yutong Zhu <3681247216@qq.com>
Co-Authored-By: Alice <90939494+ACat701@users.noreply.github.com>
@S0L0GUY S0L0GUY requested a review from a team as a code owner January 20, 2025 18:13
@S0L0GUY S0L0GUY linked an issue Jan 20, 2025 that may be closed by this pull request
@TaylerUva TaylerUva marked this pull request as draft January 25, 2025 21:07
@S0L0GUY S0L0GUY added the 🛑 Untested Code has not been tested label Jan 26, 2025
@S0L0GUY S0L0GUY linked an issue Jan 26, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛑 Untested Code has not been tested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Leave and Place Auto Add configureAutoBindings()
5 participants