FTC Power Play 31 Point Autonomous - Blue Side - 3 Cones

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 32

  • @hobiefarm
    @hobiefarm 2 роки тому +4

    Hard to tell on the video but check out rule and team Q&A. Robot is designed to trap stacked cones against the wall to minimize inconsistencies. Cones on taped line. GS6a Control / Possession Limit, one cone. (Minor for each cone + Minor for each cone for each 5 seconds)

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому +1

      Thanks for checking on us, we already had a talk with refs about it at our first meet. As long as it doesn’t give use an advantage or the dirstance isn’t extreme like last season with the shared alliances hubs it’s fine.

  • @angelov.5305
    @angelov.5305 2 роки тому +1

    Do you use any special programs such as roadrunner? And if not and you are only using drive encoders, how are you able to be consistant every single time?

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому

      We were using road runner in the video. We are only using drive encoders as well.

  • @SkyLayer_Studios
    @SkyLayer_Studios 2 роки тому +1

    Hey team, how can you make the robot encoders speed up and then slow down?

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому

      We use roadrunner

    • @jason614163
      @jason614163 2 роки тому

      @@ftcmicrocosm Is ur team just using the built in encoders on the drive or use are you guys using a dead wheel?

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому +1

      We use the encoders on our motors, not dead wheels. We might add some dead wheels by the end of the season.

  • @DavidBattle-Cardemil
    @DavidBattle-Cardemil 2 роки тому

    This is so good! I've been trying to use drive encoders with PID as well but have been having issues. Do you have your code posted on github?

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому

      I will make sure our programmers do that on Tuesday. We do not have our current code on GitHub I think.

  • @nathanhavens7526
    @nathanhavens7526 2 роки тому

    The thing on the side of your robot that has your number did you make it or did you design then order because it’s cool

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому

      We had a member design it, then we used a laser cutter to engrave the number into it. We actually created it last year and just took it from our old robot.

  • @daria1377
    @daria1377 2 роки тому

    Hello! Do you use pid control or feedforward tuning? I try to use roadrunner using only drive encoders but i don t know which one would be easier to tune and use

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому

      We use PID for it

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому

      PID isn’t that hard to do, but we will use free forward for our next robot. I personally think Roadrunner is easier to do, but free forward is more flexible for us.

  • @Just-Sleepy
    @Just-Sleepy 2 роки тому

    🎉🎉🎉

  • @python.programmer5567
    @python.programmer5567 2 роки тому +1

    Did you use opencv for your detection? Also do you use a camera to identify cups against the walls, or is it pre programmed instructions? I’m just curious, it’s cool either way.

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому +2

      We use a custom model tensor flow because we didn’t want to learn open cv. We do not use a camera to identify the cups against the wall. We just use pre programmed instructions and have our robot tuned pretty well.

    • @python.programmer5567
      @python.programmer5567 2 роки тому

      @@ftcmicrocosm that’s really smart actually. I totally understand the pain of learning opencv, but if you want to learn, I highly recommend looking at team wolfcorps’ tutorial on UA-cam. That’s how I learned. Very very fun. Do you have any good tutorials for tensor flow

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому

      Not really, we are thing about creating one ourselves

  • @virendrasinhvaghela9579
    @virendrasinhvaghela9579 2 роки тому

    Nice

  • @matthewaustin8661
    @matthewaustin8661 2 роки тому +2

    Did you use blocks or java? And did you use motor encoders?

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому +1

      Java, and we used motor encoders.

    • @matthewaustin8661
      @matthewaustin8661 2 роки тому

      Any chance you would have tips on programming a mecanum wheel autonomous in blocks using encoders?

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому

      Honestly, it would be better to just use Java and not blocks. As a team we hav en ever used blocks so we don’t really have any tips. Honestly the hardest part about coding is connecting the robot and figuring out how to set it up, not actually the coding part.

  • @tienjirattanun1083
    @tienjirattanun1083 2 роки тому

    How did you make it so perfect. Did you use any sensors to detect where it goes?

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому

      Nope, we only used encoders from our wheel motors. There were no odometry wheels or sensors.

  • @mulishmax5811
    @mulishmax5811 2 роки тому

    Do you guys use PID and IMU?

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому

      PID

    • @mulishmax5811
      @mulishmax5811 2 роки тому

      @@ftcmicrocosm Yo also did yall use roadrunner or did you guys just make your own PID? lol

    • @ftcmicrocosm
      @ftcmicrocosm  2 роки тому

      We used roadrunner for that robot.