How to make your SPIKE robot drive Perfectly Straight using Blocks

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

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

  • @kellyincali13
    @kellyincali13 2 หลายเดือนก่อน

    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 7 หลายเดือนก่อน

    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?

  • @Astrobots-kd8yw
    @Astrobots-kd8yw 8 หลายเดือนก่อน

    Nice🎉

  • @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!

  • @Halfmoon3175
    @Halfmoon3175 9 หลายเดือนก่อน

    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?

  • @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

  • @2024-l9n
    @2024-l9n 9 หลายเดือนก่อน

    this can only move forward, not backward, right?

  • @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.

  • @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 9 หลายเดือนก่อน

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

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

    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 10 หลายเดือนก่อน

      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 9 หลายเดือนก่อน

      @@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.