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

  • @douglasstewart6396
    @douglasstewart6396 4 ปีที่แล้ว +4

    Awesome step by step. Had spent hours trying to figure this out and after watching your video I had all the needed code in place in 10 minutes! Bravo sir.

  • @lisahoogasian504
    @lisahoogasian504 4 ปีที่แล้ว +3

    You guys rock! I am helping a rookie team and this video was exactly what we needed today. Thank you!

  • @jeffrabone1612
    @jeffrabone1612 3 ปีที่แล้ว +2

    Terrific video, such a great help for young and inexperienced FTC teams. Please keep making Block Programming videos. Many thanks.

  • @carterstegg
    @carterstegg 4 ปีที่แล้ว +2

    Thank you so much for this video! Our programming team was way over thinking this. Keep up the good work!

  • @noahandrews628
    @noahandrews628 4 ปีที่แล้ว

    This is a superb walkthrough, thanks for putting this out there!

  • @bengapinski4112
    @bengapinski4112 ปีที่แล้ว +1

    Please move the 'read of joysticks' to inside the loop. This helped moving the motors

  • @quinn.mcginley
    @quinn.mcginley 4 ปีที่แล้ว +1

    EXACTLY What my team needed! Any chance you could make a video on identifying the Skystones using a webcam in blocks?

  • @owengarland4660
    @owengarland4660 3 ปีที่แล้ว +1

    I suggest pinning the fix in the description in the comment because it took me awhile to find why the program wasn't working

  • @rickwixson6060
    @rickwixson6060 4 ปีที่แล้ว

    Great video guys, thank you very much!!!!

  • @felifelifelifeli8728
    @felifelifelifeli8728 2 ปีที่แล้ว +1

    hello there. if to program the mecanum wheels , is it possible to program it to move autonomously ? please answer . thank you

  • @ryandriemeyer7606
    @ryandriemeyer7606 4 ปีที่แล้ว

    Why do you use the VuforiaNavigation concept instead if VuMarkIdentification concept for skystone?

  • @losersclub5648
    @losersclub5648 3 ปีที่แล้ว

    This is probably a stupid question, but how do we initiate the code. We have a controller plugged into the phone and the program initiated, but nothing is happening. I also did the edit in the description.

  • @naelaalmajbry6807
    @naelaalmajbry6807 3 ปีที่แล้ว

    Are you using the expantion hub or the control hub?

  • @roboscoutsquad
    @roboscoutsquad 4 ปีที่แล้ว

    New coach question -- The telemetry game pad setup needs done on the driver station first, right? Getting my rookies together this weekend for a first shot at programming. Thank you!

    • @WizardsexeFTC9794
      @WizardsexeFTC9794 4 ปีที่แล้ว

      Before you start the program you do need to do the start+a on the driver station. I wouldn't recommend starting with programming a mecanum drive, but rather as a tank drive (even if it is a mecanum, tank drive will work and be simpler). Our connections, configurations, and coding video (th-cam.com/video/qKZh8l0ZcR4/w-d-xo.html) is one of our in-person training sessions which we recorded and edited down to be around an hour long, though it usually takes 2-3 hours in person. I would recommend following along with it - it goes over setting up the phones, a bit about the control system, launching the block programming interface, and making a tank-drive teleop.

  • @garygeisick7446
    @garygeisick7446 4 ปีที่แล้ว

    What changes need to be done if sprockets and chain are being used, I have tried and have gotten all but the straight fwd and reverse to work

    • @garygeisick7446
      @garygeisick7446 4 ปีที่แล้ว

      Nevermind. It works perfectly, but if it were a geared drive the code would need work, thanks for the excellent video, you guys are the GO-TO-TEAM for info!!

  • @mi2k931
    @mi2k931 4 ปีที่แล้ว

    Excellent content and presentation! But I have a question. Sum of vertical, horizontal, and turn powers will sometimes be >1. I think setpower will clip the power to be between 1 and -1. How do you deal with that?

    • @WizardsexeFTC9794
      @WizardsexeFTC9794 4 ปีที่แล้ว

      You can make a function that scales the powers of the motors based on the highest power if any of them are larger than 1. If any of your motors' theoretical speeds would be larger than 1 then, your whole robot will be slowed down, which occurs mainly during complex motions. It is perfectly driveable without this scaling though, as we've found that if it inputs a value larger than 1 or less than -1 the app treats it as if it is 1 or -1 respectively.

    • @mi2k931
      @mi2k931 4 ปีที่แล้ว

      @@WizardsexeFTC9794 Thank you! That makes sense.

  • @dannymcclain4623
    @dannymcclain4623 3 ปีที่แล้ว

    What changes woulf we make if the wheels were all facing the same way?

    • @WizardsexeFTC9794
      @WizardsexeFTC9794 3 ปีที่แล้ว

      If you're using mecanum wheels, follow the tutorial in the video. If you're just using normal tank drive wheels (omni wheels or that type), you can follow our tank drive tutorial

  • @sahithchandra1285
    @sahithchandra1285 4 ปีที่แล้ว

    can you please show us what the program looks like in java. Thank you.

    • @WizardsexeFTC9794
      @WizardsexeFTC9794 4 ปีที่แล้ว +1

      Hello, on the right side of the block programming environment for new versions of the FTC app is a live Java view. Follow this video and then you can copy the Java using the live Java view.

  • @shealinpruitt1684
    @shealinpruitt1684 3 ปีที่แล้ว +2

    Hey guys! Can I ask how you got the front_right block? I automatically have every other block (like right drive for example), but this is the only one missing for my team. Thanks in advance!

    • @losersclub5648
      @losersclub5648 3 ปีที่แล้ว

      Hey there did you get it figured out?

    • @losersclub5648
      @losersclub5648 3 ปีที่แล้ว

      I think you need to
      Configure it. Reply if you need help (:

    • @michaelbrooke448
      @michaelbrooke448 3 ปีที่แล้ว +1

      @@losersclub5648 Hi. Shealin is a member of our team, so I will add that we could use some help still. We are still unable to find the front_right, front_left, back_right, and back_left blocks. Any additional help would be greatly appreciated. Thanks!

    • @michaelbrooke448
      @michaelbrooke448 3 ปีที่แล้ว +1

      @@losersclub5648 Thanks for the nudge in the right direction on configuring the Robot Controller! In the year since the team last worked on a robot (thanks COVID), we had completely forgotten that configuring the robot needed to be done first. We are good to go now!

    • @losersclub5648
      @losersclub5648 3 ปีที่แล้ว

      @@michaelbrooke448 awesome! That’s great! Let me know if I can help you at all (:

  • @boxesandbags3957
    @boxesandbags3957 4 ปีที่แล้ว

    Does the wheels have to be in that specific orientation into order for the code to work? Or can the wheels all be facing in one direction?

    • @WizardsexeFTC9794
      @WizardsexeFTC9794 4 ปีที่แล้ว +1

      The robot shown in this video is a holonomic drive, where the omni wheels have to be facing different ways. You can take a look at our goBILDA Strafer Kit build video, which covers building a mecanum drive where all 4 wheels face in the same direction, and the robot can move in every direction still. The coding for both types of drivetrains is the same.

  • @jarektorres
    @jarektorres 4 ปีที่แล้ว +4

    Hey i was trying to test this program very helpful but my robot wheels didnt move

    • @svbrahma1
      @svbrahma1 4 ปีที่แล้ว +2

      This video is very helpful for the team who is using mecanum wheels for the first time and don't have blocks program to begin with. There is a minor issue with this code. Our team was using Gobilda mecanum wheels and after implementing the program in the video, the wheels are not moving. After consulting some experts, team moved the 'read of joysticks' to inside the loop. With this change, wheels started moving.

    • @WizardsexeFTC9794
      @WizardsexeFTC9794 4 ปีที่แล้ว +3

      Sorry about that! It was a problem on our end. Please see the updated video description for a quick fix to the problem.

    • @jarektorres
      @jarektorres 4 ปีที่แล้ว

      Wizards.exe FTC #9794 thank you and good luck to you in competition

    • @borteaclaudiu2082
      @borteaclaudiu2082 4 ปีที่แล้ว

      @@WizardsexeFTC9794 wich one is the updated video?

    • @WizardsexeFTC9794
      @WizardsexeFTC9794 4 ปีที่แล้ว

      @@borteaclaudiu2082 The video is the same, but we placed a note in the description of this video to provide a quick fix to the problem.

  • @faizankarim9709
    @faizankarim9709 4 ปีที่แล้ว

    Is there a way to limit the motor power to like 0.5 while doing this?

    • @WizardsexeFTC9794
      @WizardsexeFTC9794 4 ปีที่แล้ว +1

      Yes! Just multiply all the motor powers by .5. This will make them move at half speed.

    • @faizankarim9709
      @faizankarim9709 4 ปีที่แล้ว

      @@WizardsexeFTC9794 Thanks!

  • @faizankarim9709
    @faizankarim9709 4 ปีที่แล้ว +1

    For some reason this doesn't work for my teams mecanum, none of the wheels move.

    • @WizardsexeFTC9794
      @WizardsexeFTC9794 4 ปีที่แล้ว +1

      Send us an email at Wizards.exe@gmail.com and we can try to debug.

    • @WizardsexeFTC9794
      @WizardsexeFTC9794 4 ปีที่แล้ว

      Hey, sorry about the problem! It was a problem on our end. Please see the updated video description for a quick fix to the problem.

    • @faizankarim9709
      @faizankarim9709 4 ปีที่แล้ว

      @@WizardsexeFTC9794 Thanks!

  • @carterstegg
    @carterstegg 4 ปีที่แล้ว

    After writing this program none of the motors would move. We tried other programs to make sure everything on the robot was set up correctly. It was, we added telemetry for the drive motors and none of the motors moved. Each of the motor powers for the telemetry was 0. We also tried rewriting the program again but nothing changed. Any advice? Anything we might be doing wrong?

    • @WizardsexeFTC9794
      @WizardsexeFTC9794 4 ปีที่แล้ว +1

      I would check that your gamepads are working and connected to the phone. Try adding telemetry for the applicable joysticks to test them.

    • @carterstegg
      @carterstegg 4 ปีที่แล้ว

      @@WizardsexeFTC9794 We know that they are connected because the other programs are working. We will try adding telemetry to the joysticks though.

    • @WizardsexeFTC9794
      @WizardsexeFTC9794 4 ปีที่แล้ว

      @@carterstegg Let us know if that works. Otherwise email wizards.exe@gmail.com and we can help you further

    • @carterstegg
      @carterstegg 4 ปีที่แล้ว

      @@WizardsexeFTC9794 Sounds good!

    • @sarahgrotberg3548
      @sarahgrotberg3548 4 ปีที่แล้ว

      @@WizardsexeFTC9794 We are having the same problem, we have added the telemetry and tested everything on other programs, but our drive motors still do not turn on. The phone on the robot register the joysticks movement. Any help would be great!

  • @noahlewis1181
    @noahlewis1181 4 ปีที่แล้ว

    will this also work with mecanum wheels

  • @14261Wreck-Less
    @14261Wreck-Less ปีที่แล้ว +1

    This is a good video!!!.uitui'

  • @bruceghastin7153
    @bruceghastin7153 4 ปีที่แล้ว

    hi

  • @thehman5723
    @thehman5723 ปีที่แล้ว

    ?

  • @bengapinski4112
    @bengapinski4112 ปีที่แล้ว

    Please move the 'read of joysticks' to inside the loop. This helped moving the motors