Spike Prime Proportional Programs Part 3: Proportional Line Following

Sdílet
Vložit
  • čas přidán 5. 08. 2024
  • This is the final video in a 3 part series on proportional programs for the LEGO Spike Prime and Robot Inventor sets. This lesson will build on the first two and show you how to upgrade the program from the second program into a proportional line following program.

Komentáře • 30

  • @travislrobinson1
    @travislrobinson1 Před 2 lety +2

    Thank you! This is very helpful for our new FLL team.

  • @g.s.495
    @g.s.495 Před 2 lety +1

    Thanks! This is extremly helpful to my new WRO team.

  • @marcosalfonzoify
    @marcosalfonzoify Před 2 lety +1

    Thank you for sharing this. It was very helpful for me.

  • @PraveenGangasani
    @PraveenGangasani Před 11 měsíci

    This video was epic, thank you for sharing it

  • @connerroth3416
    @connerroth3416 Před 2 lety +2

    It can also be noted that these programs work with ev3, just running gyro blocks instead of yaw

  • @chaps7163
    @chaps7163 Před 3 lety +2

    Thanks for sharing :-)

  • @surrenderToHim
    @surrenderToHim Před 2 lety +1

    Very good again

  • @legaians1
    @legaians1 Před 3 lety +1

    thanks man...this channel awsome

  • @ryan-gamer
    @ryan-gamer Před 10 měsíci

    Thanks!

  • @matthiasfrank9458
    @matthiasfrank9458 Před 2 lety +3

    -i wanted to ask, if you also have a video about the PID linefollower?

    • @gibfordsrobotlab
      @gibfordsrobotlab  Před 2 lety

      I haven't worried about adding the ID to the Proportional line following because this works good enough and it's easier for the kids to understand.

  • @wasdwasd4977
    @wasdwasd4977 Před rokem

    Mine works but it is going like there is not a kp like its corrections are very sharp and it is not going smoothly

  • @barney7206
    @barney7206 Před 9 měsíci

    Go panama!

  • @h.s.9057
    @h.s.9057 Před 3 lety +1

    Thank you, it is very nice. Can you post the complette Code because i want to try it

    • @gibfordsrobotlab
      @gibfordsrobotlab  Před 3 lety

      I am not sure how I would post the complete code? Try pausing the video and taking a screen shot.

  • @tahseenansari1037
    @tahseenansari1037 Před 2 lety +1

    Hello can you please tell how to make the gyro reverse

    • @gibfordsrobotlab
      @gibfordsrobotlab  Před 2 lety

      I am not sure what you are asking? There is an issue with the Gyro only going to 180, then counting back down. I haven't figured out a good way to deal with that yet.

  • @tiedyelion
    @tiedyelion Před 2 lety

    Hi! Bit of a late comment, but for some reason the code wont work. The bot goes in a circle for a while, and then stops. I have watched all 3 vids and request some help. I use the same system as you, but it still doesn't seem to work.
    Please advise
    Thanks!!

    • @gibfordsrobotlab
      @gibfordsrobotlab  Před 2 lety

      I have started to see the same issue, I am wondering if something in a recent update has caused this issue. Thy gyro program still works perfectly but the line follower using the color sensor is definitely having issues. Currently, we have gone back to the basic line follower and aren't using the proportional one.

    • @tiedyelion
      @tiedyelion Před 2 lety +1

      @@gibfordsrobotlab thanks! I’ll try and find a way out of this.

    • @matsbeite6985
      @matsbeite6985 Před 2 lety

      @@tiedyelion did you find any fix?

    • @tiedyelion
      @tiedyelion Před 2 lety

      @@matsbeite6985 not quite - but I did find this bit after testing - my friends and I all have different laptops and processors - only the Mac (with icore i3) would work. The icore 5 had mostly good functioning, but messed up on turning, and icore 7 didn’t work at all. A bit confusing, but try other icore 3 laptops, and see if it works!
      Hope this helps!

    • @matsbeite6985
      @matsbeite6985 Před 2 lety

      @@tiedyelion thank you i found another code that worked good for my needs but I’ll test it out on a icore 3 my pc and my moms Mac to check if there is any difference 👍

  • @riaanshah6642
    @riaanshah6642 Před 2 lety

    NOT WORKING JUST SPINNING IN CIRCLES DISLIKED >:(

    • @arthurhenrique5071
      @arthurhenrique5071 Před 2 lety +1

      u need ajust the kp

    • @gibfordsrobotlab
      @gibfordsrobotlab  Před 2 lety

      It's either adjust the KP as Arthur suggested or make sure that the motors are assigned to the same ports as the motors are plugged in to. If your motors are plugged in to A,C and the program is looking at A,B, then only A will run and the robot will go in circles.