Shear Force FTC
Shear Force FTC
  • Видео 11
  • Просмотров 7 462
RoadRunner Calibration for FTC Robotics Teams
The RoadRunner motion planning library for First Technology Challenge (FTC) Robotics teams is a game changer for rapidly creating highly accurate complex autonomous routines that can easily self-correct themselves when the unexpected happens.
Huge thanks to rr.brott for maintaining the documentation for RoadRunner that this guide is based on.
FTC Team 21225 - Shear Force created this video to help explain how to work your way through the Tuning Process which is key to calibrating the library to work optimally for your specific robot.
Installation Instructions here:
rr.brott.dev/docs/v1-0/installation/
Quick-Start GitHub page here:
github.com/acmerobotics/road-runner-quickstart
Tuning Guide docum...
Просмотров: 5 227

Видео

FTC Centerstage 2+4 Blue Board side
Просмотров 6699 месяцев назад
First Technology Challenge Center stage season, testing out some new routes for Worlds.
FTC 21225 Shear Force at MoKs Championship - 2024
Просмотров 26510 месяцев назад
This is all of the video clips of the FIRST Technology Challenge team 21225 - Shear Force - at the Missouri Kansas Championship on March 2, 2024. Shear Force won 1st in Innovate, was 2nd picked in the finalist alliance, and then won 2nd in Inspire which qualified them to move on to the 2024 World Championship. Original video of the full 7 hours of the championship can be found here: ruclips.net...
FTC 21225 - Shear Force - Fast Driver Control Maneuvers - Center Stage
Просмотров 8111 месяцев назад
This short video shows an example of a critical skill needed during the driver controlled period, being able to maneuver quickly when another robot gets in your way. FIRST Technology Challenge (FTC) Center Stage Season.
FTC 21225 - Shear Force - Center Stage- Fast Board Deliveries
Просмотров 4411 месяцев назад
A short clip of how Gertrude delivers pixels to the backdrop board for the FIRST Technology Challenge (FTC) Center Stage season.
FTC 21225 - Shear Force - Center Stage - Fast Intake
Просмотров 7511 месяцев назад
Gertrude intaking super fast for the FIRST Technology Challenge (FTC) Center Stage season.
FTC 21225 - Shear Force at STL North League Tournament (Alternate Feed) - Center Stage - 2024-02-10
Просмотров 5811 месяцев назад
This is a collection of videos of FIRST Technology Challenge Team 21225 - Shear Force at the St. Louis North League Tournament on February 10, 2024 from the Alternate set of cameras. Center Stage season.
FTC 21225 - Shear Force - Center Stage - Fast Hang
Просмотров 10611 месяцев назад
Gertrude Hanging in there for the FIRST Technology Challenge Center Stage Season
FTC 21225 - Shear Force at STL North League Tournament - Center Stage - 2024-02-10
Просмотров 4311 месяцев назад
A collection of videos of Shear Force at the St. Louis North League Tournament on February 10, 2024 for the FIRST Technology Challenge Center Stage season.
FTC 21225 - Shear Force at the Duchesne Meet - Center Stage - 2024-01-20
Просмотров 4011 месяцев назад
The Shear Force team at the FIRST Technology Challenge (FTC) St. Louis North League meet at Duchesne high school on January 20, 2024. Center Stage Season.
Husky Lens to Control Hub Wiring Tutorial FTC
Просмотров 881Год назад
How to connect a Husky Lens to a FTC Control Hub by re-pinning. No external wiring harness.

Комментарии

  • @markdaniels1673
    @markdaniels1673 10 дней назад

    Is there any way we can communicate? I have a few questions.

  • @3805나장호
    @3805나장호 29 дней назад

    When using these deadwheels, do I need to set it up with configure robot and then run it? Every time I run deadwheel direction debugger, I get an error message and it says that it can only be run when using deadwheels.

    • @shearforceftc
      @shearforceftc 28 дней назад

      You have to configure your motors and your deadwheels in configure robot, but you also should have made some code changes that tells it that you are using Mecanum and deadwheels. Verify that In the TuningOpModes file, you set the DRIVE_CLASS variable to the drive class you’re using. public static final Class<?> DRIVE_CLASS = MecanumDrive.class; Also verify in the Mecanum class, On line: 240 that you changed this line: localizer = new DriveLocalizer(); To: localizer = new ThreeDeadWheelLocalizer(hardwareMap, MecanumDrive.PARAMS.inPerTick);

    • @ziezster8470
      @ziezster8470 8 дней назад

      @@shearforceftc for me it says it required 3 parameters instead of 2 when I use the threedeadwheel localizer

  • @Great3gaming
    @Great3gaming Месяц назад

    Is it possible to edit MecanumDrive.java through Onbot Java? It seems that the direction debugger and all of the other Roadrunner files are only visible in FTC Dashboard and the driver station.

  • @leoshrotri892
    @leoshrotri892 3 месяца назад

    I was wondering if someone would be able to help me with my robot and auto mode. There is an issue Im getting that says my control and expansion hubs are null. The wiring is all good and I already tried to re-install software for the hubs, yet the error persists. It is very puzzling so maybe someone could get on a call/vc so they can see it and help me out. Check your emails please :) - 14841

  • @jaiminishah6824
    @jaiminishah6824 3 месяца назад

    I am using mecanum wheel with drive encoder. During tuning process , forwardpushtest, I get ticks travel negative and even my angularramptest I get negative graph. Can you help me what should I do to get positive ticks traveled?

    • @shearforceftc
      @shearforceftc 3 месяца назад

      Maybe reverse the directions of your encoders (make sure the DeadWheelDirectionDebugger test is working in the right direction) because it sounds like the encoders are set in the same directions just backwards from the front of the robot?

    • @jaiminishah6824
      @jaiminishah6824 3 месяца назад

      Which odometery pods are using? Can you send me link to purchase the pod which can retract , most latest odometery pod?

    • @shearforceftc
      @shearforceftc 2 месяца назад

      @@jaiminishah6824 we are using the ones from Opti. They can be retracted, but we aren't using that this year since there are no obstacles to drive over this year. optii.com.au/collections/odometry

  • @nv7213
    @nv7213 9 месяцев назад

    How would this work with a partner?