WRO Robo-Mission Senior 2023 Full Points

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 มิ.ย. 2023
  • WRO Robo-Mission Senior 2023 Full Points
  • บันเทิง

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

  • @lfr-team
    @lfr-team 11 หลายเดือนก่อน +2

    Good👍

  • @eagirls3502
    @eagirls3502 11 หลายเดือนก่อน +1

    Starkes Video👌🏽💪🏽

    • @linusspace
      @linusspace  11 หลายเดือนก่อน

      Haha danke, in Freiburg hat ja nix funktioniert🙈. Viel Erfolg in Dänemark

    • @eagirls3502
      @eagirls3502 11 หลายเดือนก่อน +1

      Es ist aber immer so am Wettbewerb, unsere erste Runde waren nur 30 Punkte😂
      Und Danke🤝🏽

    • @linusspace
      @linusspace  11 หลายเดือนก่อน

      @@eagirls3502 Unsere erste Runde war 0 Punkte, die zweite 12. Und wie du siehst hat es halt am Donnerstag bevor wir den Roboter auseinander gebaut haben 6x hintereinander reibungslos geklappt... Gerne

  • @virendrasinhvaghela9579
    @virendrasinhvaghela9579 11 หลายเดือนก่อน +1

    Very nice

  • @user-vf4pj9ke3f
    @user-vf4pj9ke3f 11 หลายเดือนก่อน +1

    Could you please show us how you programmed it

  • @user-dx3pl9cp4p
    @user-dx3pl9cp4p 8 หลายเดือนก่อน +1

    Excellent work, can you explain the logic of read the blocks without stop? How did you get the color in the right time?

    • @linusspace
      @linusspace  8 หลายเดือนก่อน

      Pseudo code:
      -"Set Motor Speed 100" (just drive with no limit towards the block)
      - While The color Sensors blue RGB Value < 20 AND The color Sensors green RGB Value < 20: Do nothing (this while loop waits until the sensor measures a green or a blue color, and exits the loop if it's sees one)
      -scan Color
      -"Drive 3 cm with Speed 100" (Important if you want to scan multiple blocks, so that the while loop stops at the next Block and not at the current one)
      Repeat

    • @linusspace
      @linusspace  8 หลายเดือนก่อน +1

      This procedure has the downside, that if you miss a block (for any reason), than your robot will drive infinitely in one direction

  • @ElizabethGreene-cl8nz
    @ElizabethGreene-cl8nz 8 หลายเดือนก่อน

    Pls can u drop a link for the building instructions

  • @Taba_brix
    @Taba_brix 11 หลายเดือนก่อน

    What program do you use to program ev3 ? thank you for helping

    • @linusspace
      @linusspace  11 หลายเดือนก่อน

      We used RobotC for coding

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

    Nice

  • @Jpbarranco20
    @Jpbarranco20 10 หลายเดือนก่อน

    could this design work with spike prime?

    • @linusspace
      @linusspace  10 หลายเดือนก่อน

      I'm not sure, we used 4 motors and 4 color Sensors, so you would have to change a little bit