Це відео не доступне.
Перепрошуємо.

How to make your SPIKE robot drive Perfectly Straight using Blocks

Поділитися
Вставка
  • Опубліковано 18 сер 2024
  • This video explains how to make your SPIKE robot drive perfectly straight using the gyro sensor.
    Chapters:
    0:00 Introduction
    1:19 Explanation on iPad
    10:17 Coding the Gyro Straight

КОМЕНТАРІ • 25

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

    This was a great video! Thank you so much for the thorough explanation. My team really understood the concepts after watching this.

  • @user-jo9qq5pe6v
    @user-jo9qq5pe6v 6 місяців тому

    very helpful! Before I watch this video, I couldn't understand why my robot doesn't go straight. Thank you very much! 👍🏻

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

    Very helpful video!!! You explained it so well. I appreciate it!!

  • @legoman6872
    @legoman6872 6 місяців тому

    Amazing explanation.

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

    How would you do this, but moving backwards?

  • @pedagocommunity
    @pedagocommunity 10 місяців тому

    Very helpful

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

    How would you able to higher the speed?

  • @Halfmoon3175
    @Halfmoon3175 8 місяців тому

    How would I turn this into a function where I could make the robot move forward a certain amount of degrees with this code every time?

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

    For me, however, GSPK does not accept decimal fractions (e.g. 1.4) and does not expire. However, it also works quite well with the whole number. I do not know why? Thank You!

  • @2024-l9n
    @2024-l9n 8 місяців тому

    this can only move forward, not backward, right?

  • @Astrobots-kd8yw
    @Astrobots-kd8yw 7 місяців тому

    Nice🎉

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

    Very helpful video! I got a question tho. When I go in the app I don't find the block doe movement, "hold position at stop" . Is it an extension?

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

      yeah sorry the extensions didn't work on my tablet, all good on pc now

  • @user-im4hu3ul8e
    @user-im4hu3ul8e Рік тому

    I don't understand what Block "Set realitive o" do ?

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

    i cant find some of the blocks that you use

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

    One question: If you were going to add this to a code, how will it know when to stop. For example, I'm doing FLL super-powered and my robot is drifting a lot. If I add this piece of code to my mission, how can you make it so the robot stops or hits the brakes when the mission is done after blank rotations or degrees.

  • @mayuriv1620
    @mayuriv1620 11 місяців тому

    If i use the same code, my robot turns left first and then goes straight. Why is this?

    • @ShreyankDas-ys2tv
      @ShreyankDas-ys2tv 10 місяців тому

      using gspk

    • @PeopleInPassing01
      @PeopleInPassing01 9 місяців тому

      I have the same issue. Should I not use gspk? Or modify it?
      To clarify. At start there is about a 40 degree deviation then it continues on straight as if that 40 degree deviation was the original yaw zero setting, using the gspk multiplier to correct any further deviations.

    • @Halfmoon3175
      @Halfmoon3175 8 місяців тому

      @@PeopleInPassing01I would try putting the ‘set yaw to 0” block nearer to the top of the program. It’s interesting that this is happening though. I don’t have a clear solution yet.

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

    the robot does not stop just keeps going forward

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

      Yes, because of when the wheele turn forward the relative position always negative . I put in the ralative position into abs function. This way it works. 🙂

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

      @@inasasito7104 Please post an example of this. Thank you.

    • @Halfmoon3175
      @Halfmoon3175 8 місяців тому

      @@inasasito7104thanks this was super helpful bc I was struggling with the same thing