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

Doc Expansion #890

Merged
merged 45 commits into from
Nov 22, 2024
Merged

Doc Expansion #890

merged 45 commits into from
Nov 22, 2024

Commits on Oct 19, 2024

  1. Fixed done trigger method

    Renamed `AutoLoop` to `AutoRoutine`
    Fixed `auto-routines` doc examples after removal of `TriggerExt`
    oh-yes-0-fps committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3695f5b View commit details
    Browse the repository at this point in the history
  2. fixed java docs

    oh-yes-0-fps committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c3ee254 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. fixed formatting

    oh-yes-0-fps committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1e1dfbb View commit details
    Browse the repository at this point in the history
  2. ran fmt fr this time

    oh-yes-0-fps committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    a7313c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. tmp commit

    oh-yes-0-fps committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    738333f View commit details
    Browse the repository at this point in the history
  2. oopsie

    oh-yes-0-fps committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    df2eb39 View commit details
    Browse the repository at this point in the history
  3. ran fmt

    oh-yes-0-fps committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    eb3f6d4 View commit details
    Browse the repository at this point in the history
  4. reverted done logic change to make this pr just AutoLoop -> `Auto…

    …Routine` and some docs
    oh-yes-0-fps committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    adcab05 View commit details
    Browse the repository at this point in the history
  5. Revert "reverted done logic change to make this pr just AutoLoop

    …-> `AutoRoutine` and some docs"
    
    This reverts commit adcab05.
    oh-yes-0-fps committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7078349 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    260cf63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54fd151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcc0a4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55bac0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4fbea8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    284a773 View commit details
    Browse the repository at this point in the history
  7. bleh

    oh-yes-0-fps committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c5cb66f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. [choreolib] Cleaned up AutoTrajectory and Trajectory slightly

    - changed `atTimeAndPlace` to `atTimeAndPose`
    - removed unused `timeOffset` member from `AutoTrajectory`
    - inlined some methods only used once
    - added easier flipping to trajectory sample fetching
    - added method to get the underlying trajectory of an `AutoTrajectory`
    oh-yes-0-fps committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bb8d919 View commit details
    Browse the repository at this point in the history
  2. rn fmt

    oh-yes-0-fps committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f2e32b0 View commit details
    Browse the repository at this point in the history
  3. fixe javadoc

    oh-yes-0-fps committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    453a0c8 View commit details
    Browse the repository at this point in the history
  4. oopsie

    oh-yes-0-fps committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    214776b View commit details
    Browse the repository at this point in the history
  5. updated docs

    oh-yes-0-fps committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9395c0f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. fmtmaybe

    oh-yes-0-fps committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1684355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43c8367 View commit details
    Browse the repository at this point in the history
  3. Update docs/choreolib/auto-routines.md

    Co-authored-by: shueja <[email protected]>
    oh-yes-0-fps and shueja authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c095a7c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Update docs/choreolib/auto-routines.md

    Co-authored-by: shueja <[email protected]>
    oh-yes-0-fps and shueja authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3fbb9d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    89e6db2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24ab4c1 View commit details
    Browse the repository at this point in the history
  3. Fix AutoChooser docs

    shueja authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8cb2369 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    b83308d View commit details
    Browse the repository at this point in the history
  2. ran fmt

    oh-yes-0-fps committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4c9e3ae View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. fix wording

    GrahamSH-LLK committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    48ca5f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a63213f View commit details
    Browse the repository at this point in the history
  3. clean up auto routines

    GrahamSH-LLK committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9c1a9ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    772106a View commit details
    Browse the repository at this point in the history
  5. simplify learning path

    GrahamSH-LLK committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    5bc971a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Merge pull request #1 from GrahamSH-LLK/ohyes-doc-pr-fixups

    Fix grammar / wording / sidebar
    oh-yes-0-fps authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    e0a3e5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87546cd View commit details
    Browse the repository at this point in the history
  3. ran fmt

    oh-yes-0-fps committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    22ce841 View commit details
    Browse the repository at this point in the history
  4. Update docs/choreolib/basic-usage.md

    Co-authored-by: shueja <[email protected]>
    oh-yes-0-fps and shueja authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    c522409 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73712b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    f681388 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    7fdb51d View commit details
    Browse the repository at this point in the history
  2. Rename rController

    calcmogul committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    14320b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b266b55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6e6eb2 View commit details
    Browse the repository at this point in the history