FTC RoadRunner 1.0 Install and Tuning Walkthrough

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025
  • Roadrunner docs and installation can be found here: rr.brott.dev/d...

ความคิดเห็น • 19

  • @rraniram
    @rraniram หลายเดือนก่อน +1

    Which version of AS (ladybug?), FTCRobotController (10.1.1?) and roadrunner (1.0?) ? It appears that some are incompatible, asking because 2 technical mentors spent the entire holiday dealing with (sync?) errors upon installation.

    • @darkelights
      @darkelights หลายเดือนก่อน +1

      I had the same problem, read cookbook on how to fix, basically the gradle has to be version 17

  • @omg2886
    @omg2886 8 วันที่ผ่านมา

    should we be very good java coders for rr?

  • @sethlarson865
    @sethlarson865 หลายเดือนก่อน

    When I do the feed back tuner it doesn’t even try to correct it self

    • @FTC6282
      @FTC6282  27 วันที่ผ่านมา

      Make sure in FTC Dashboard you are editing the correct variables and click the "Save" icon at the top to apply the changes. You can also try changing the values in code and uploading to see if that works.

  • @hakanatas
    @hakanatas หลายเดือนก่อน

    Great video! I couldnt find the MecanumDirectionDebugger, ForwardPushTest ... files . Where can I find them?

    • @andy.8743
      @andy.8743 หลายเดือนก่อน

      They should be in the TeleOp of your driver station after you push the roadrunner code to your robot

    • @ahzahere3872
      @ahzahere3872 หลายเดือนก่อน

      Which roadrunner code btw?

    • @FTC6282
      @FTC6282  27 วันที่ผ่านมา +1

      I've updated the video description to link to the roadrunner docs and install guide: rr.brott.dev/docs/v1-0/installation/

    • @AndyKuang-hv3ij
      @AndyKuang-hv3ij 17 วันที่ผ่านมา

      @@FTC6282 Yeah, I've downloaded that, but Idk why there still aren't these tuning test codes on GitHub that the doc mentioned, that's weird

  • @sneakyandrei757
    @sneakyandrei757 หลายเดือนก่อน

    Do you know how to tune roadrunner for 2 odometry pods?

    • @FTC6282
      @FTC6282  หลายเดือนก่อน

      Sure thing - use the TwoDeadWheelLocalizer instead of the ThreeDeadWheelLocalizer when you are setting up the code at 11:38 in the video. Most of the remaining steps should be the same other than some values you plug in after running the AngularRampLogger.
      Good luck!

  • @shichangwu9258
    @shichangwu9258 2 หลายเดือนก่อน

    do you know how to use adb to send program to the rev control hub

    • @FTC6282
      @FTC6282  หลายเดือนก่อน

      Sure, here's another FTC team explaining how to set it up: th-cam.com/video/OXP2fv39OQ8/w-d-xo.html

    • @shichangwu9258
      @shichangwu9258 หลายเดือนก่อน

      @ thanks!

  • @ricke8589
    @ricke8589 หลายเดือนก่อน

    I only have encoder sensors. Is this worth it?

    • @FTC6282
      @FTC6282  หลายเดือนก่อน

      Roadrunner can work pretty effectively with just encoders on the 4 drive wheels. If you find that you are either limited by the 30 second autonomous timer or limited by the accuracy of your current auton driving then I'd recommend giving it a try.

    • @ricke8589
      @ricke8589 หลายเดือนก่อน

      @@FTC6282 tks!