Lego EV3 Warehouse

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 20

  • @BRM5Guy
    @BRM5Guy 5 років тому +4

    Do you have like a manual or something on how to build cuz I wanted to make one of these on a larger scale for every Lego brick

  • @flash3850
    @flash3850 7 років тому +2

    Wieder mal total Genial.

    • @BRM5Guy
      @BRM5Guy 5 років тому

      What is going on here!

  • @lovedblood4561
    @lovedblood4561 6 років тому +5

    Is there any way I can buy it

    • @BRM5Guy
      @BRM5Guy 5 років тому

      LovedBloodXD, I feel like we are on the same page here.

  • @theb.brothers1417
    @theb.brothers1417 7 років тому +2

    Einfach nur cool...

  • @jjoshlat
    @jjoshlat 4 роки тому +1

    You need to make a video on how to build it.

  • @stevijones1860
    @stevijones1860 7 років тому +1

    immer noch die besten sachen;-)

    • @stevijones1860
      @stevijones1860 7 років тому

      Möchtest du dir nicht irgendwie bei instagram oder so anmelden:p

  • @mikkellanger8190
    @mikkellanger8190 6 років тому +2

    Do you have a instruction that i maybe can get?

    • @BRM5Guy
      @BRM5Guy 5 років тому

      Mitcheriino I was wondering that too

  • @hochinteressanterbenutzern5910
    @hochinteressanterbenutzern5910 7 років тому +3

    Kannst du mal das Programm erklären ich versteh nicht wie du das machst das ist zu genial

    • @Datau03
      @Datau03 4 роки тому +1

      Ja bitte.

  • @StrawTech8
    @StrawTech8 6 років тому

    what is the outro song?

  • @rm3dmeierotte219
    @rm3dmeierotte219 7 років тому

    Gibt es das als Bausatz oder eigen kontstruktion?

  • @razeenparvez4590
    @razeenparvez4590 7 років тому

    Hey dude, I was wondering if you could provide an explanation of your coding solution, or the actual coding file for this warehouse. We've been building something similar at our robotics club and we r finding it difficult to program it without using logic operators. Your help would be much appreciated :)

    • @vbslegotechniccreations9838
      @vbslegotechniccreations9838  7 років тому

      +Sweg Nation Hey, at my opinion, it is almost impossible making a programm for a warehouse without using logic operators,but I am going to try explaining you my main idea of my program. First, I looked, how many degrees the motor has to run, until he reaches the next box. Then I made the same for the motor, which is lifting the box. Finally you can take , (when you want for example to bring a box in row 3 and column 4) the degree value of the one motor multiplied by 3, and the lifting motors degree value multiplied by 4. =>the motors should now drive exactly to the position.That is my solution of this warehouse.I hope I could help you. If you have any questions left, let my know:-)

    • @razeenparvez4590
      @razeenparvez4590 7 років тому +1

      I understand the retrieval component, but how would you go about actually depositing a certain product into the warehouse in terms of the programming. Also, how did you get the program to show a grid where you could choose a certain position for it to go, and how long did it take you to program this?

    • @vbslegotechniccreations9838
      @vbslegotechniccreations9838  7 років тому +1

      +Sweg Nation It took me one week, programming .... For the grid, I drawed a grid in the Lego Ev3 software. Then I set a circle on the grid and said, that if you press the button on the right, the circle moves for example 10 pixels right..... (when you have set the picture-block with your grid, you have to set the rubber false) When you press afterwards the button in the middle, the programm looks, where the circle is(x and y coordinates) and Translates it, where he has to bring the box.