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 :)
+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:-)
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?
+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.
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
same
Wieder mal total Genial.
What is going on here!
Is there any way I can buy it
LovedBloodXD, I feel like we are on the same page here.
Einfach nur cool...
You need to make a video on how to build it.
immer noch die besten sachen;-)
Möchtest du dir nicht irgendwie bei instagram oder so anmelden:p
Do you have a instruction that i maybe can get?
Mitcheriino I was wondering that too
Kannst du mal das Programm erklären ich versteh nicht wie du das machst das ist zu genial
Ja bitte.
what is the outro song?
Gibt es das als Bausatz oder eigen kontstruktion?
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 :)
+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:-)
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?
+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.