Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: acmerobotics/road-runner-quickstart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codeShareFTC/BeepBeep-SampleProject
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 23 files changed
  • 1 contributor

Commits on Nov 16, 2024

  1. reverted this project back to FtcRobotController version 10.1 for bui…

    …ld compatability in older versions of Android Studio.
    craugwat committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    f2815ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d686bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd7d9ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6089ab0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Update README.md

    craugwat authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    e0372a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. corrected spelling:

    build.RoardRunnerCommon.gradle
    to
    build.RoadRunnerCommon.gradle
    craugwat committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    46bf787 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    1bbd4f7 View commit details
    Browse the repository at this point in the history
  2. Mannual made changes to undo Commit f2815ac

     so this project will build with FTC SDK 10.1.1 and Android Studio Lady Bug.
    craugwat committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    be79c22 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. BeepBeep & Sample Project updates:

    1) added a speed selector drop down to change displayed simulation speed.
    2) Simulation is now run fully before displaying the field and any time in the window can be selected.
    3) #2 BREAKS the use of Action.SleepAction because can't override it's time source.  Use SimTimedAction or Create your own using it ias a guid.
    4) Created SimViewStartMarker that can be put into any trajectory sequence. This will star the display at that point in time of the trajectory sequence.  Helpful when tweaking positions at the end of a 30 second auto.  Simulation can jump to that trajectory automatically.
    5) Minor cleanup of things.
    craugwat committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    1baefd5 View commit details
    Browse the repository at this point in the history
Loading