Smart Auto Setup using April Tags

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 25

  • @themagnety
    @themagnety Рік тому +44

    that LED feature is so crazy convenient, i hope the field crew understands the engineered luxury theyre in

  • @Ender_Wiggin
    @Ender_Wiggin Рік тому +13

    I love how accessible your electrical and pneumatics panels are. Super well organized and laided out.

  • @frankn9725
    @frankn9725 Рік тому +11

    Good job! Great use of vision and LEDs for runtime status/calibration.

  • @nulllightning2018
    @nulllightning2018 Рік тому +12

    That’s amazing!! I’m curious how are you guys controlling the LEDs?

    • @TripleHelix2363
      @TripleHelix2363  Рік тому +5

      Thanks! We are using this library: docs.wpilib.org/en/stable/docs/software/hardware-apis/misc/addressable-leds.html

  • @___Cake287___
    @___Cake287___ 7 місяців тому +1

    The robot knows where it is because it knows where it isnt

  • @namssorcluap
    @namssorcluap Рік тому +4

    Awesome Job. I might suggest that the handles/positioning might want to move to front and back from left to right. Kept seeing adjustments being made from outside the wall. Pretty sure that is not allowed.

    • @TripleHelix2363
      @TripleHelix2363  Рік тому +1

      Thanks for the comment! It's a good point, and we discussed the issue in training following the video.

  • @DSCuber-28-01-2019
    @DSCuber-28-01-2019 Рік тому +7

    wow, awesome way to select autos, what is that switch that you turned to change autos called?

    • @TripleHelix2363
      @TripleHelix2363  Рік тому +1

      Thanks! We're using a single pole 10-postion rotary switch to select between the auto modes.

    • @kylevallarta4372
      @kylevallarta4372 Рік тому

      @@TripleHelix2363Do you guys have a link to the switch you used in the video?

    • @TripleHelix2363
      @TripleHelix2363  Рік тому +1

      Switch: www.amazon.com/uxcell-Split-Positions-Rotary-Switch/dp/B008MJWTN2/
      Knob: www.amazon.com/uxcell-Insert-32x19x16mm-Plastic-Potentiometer/dp/B07JN52VWW/

  • @kylevallarta4372
    @kylevallarta4372 Рік тому +4

    Do you guys have example code that connects the switch with the Autons?

    • @TripleHelix2363
      @TripleHelix2363  Рік тому +1

      Sure! This is happening in our GetAutonomousCommand method in RobotContainer. See github.com/TripleHelixProgramming/ChargedUp/blob/main/src/main/cpp/RobotContainer.cpp#L77-L104

  • @kylevallarta4372
    @kylevallarta4372 Рік тому +2

    What cameras and how many cameras your using on your robot?

    • @TripleHelix2363
      @TripleHelix2363  Рік тому +1

      We are currently using video from only 1 camera plugged in in each match, but we have 3 cameras installed on the robot. See our full BOM here: team2363.org/2023/03/genome-xi-2023-bom/

  • @ilanelfen2613
    @ilanelfen2613 9 місяців тому +1

    How do you run code before autonomous starts? Doesn't wpilib restrict that?

    • @sorenhubble6531
      @sorenhubble6531 Місяць тому

      You can't give power to the motors, servos and actuators. Vision, LEDs, and all that stuff is unrestricted

  • @NithinJune
    @NithinJune Рік тому +2

    0:10 the allience switch isn’t really necessary. The API will give you what alliance you are on based on the FMS

    • @TripleHelix2363
      @TripleHelix2363  Рік тому +6

      Indeed. However, we have had occasional blips with this method in the past that have cost us matches. A set of physical switches on the robot, plus the LED feedback, lets the entire team feel empowered to check that our auto mode is correct before the match, not just the person who is setting up the driver station. We believe this increases the ownership over this critical setting and produces a more reliable system.

  • @BenjaminMiller85
    @BenjaminMiller85 Рік тому

    Is there a specific reason you are not using spendable choser?

    • @TripleHelix2363
      @TripleHelix2363  Рік тому +1

      Yes, we've had occasional blips with sendablechooser in the past that has cost us matches. A set of physical switches on the robot, plus the LED feedback, lets the entire team feel empowered to check that our auto mode is correct before the match, not just the person who is setting up the driver station. We believe this increases the feeling of ownership over this critical setting and produces a more reliable human-robot system.

  • @kylevallarta4372
    @kylevallarta4372 Рік тому +1

    Just curious, is this switch competition legal?

  • @EarthisGreatAgain
    @EarthisGreatAgain Рік тому +1

    ight