Mail OS

Mail O.S, a product to get people’s mail. It is useful if you have a sore back and you don’t want to bend down.

Who is this product for?
This product is for those who have back and joint pains. This robot will help you in so many ways if you can’t bend over.

Why would you want it?
This product would save you a lot of time, you wouldn’t have to be doing a million things at once. It can be used to carry small things or pick up mail.

Presentation:

 

Video:

 

Code:

onevent rc5

if rc5.command ==1 then
motor.left.target =500
motor.right.target =500
end

if rc5.command =2 then
motor.left.target =500
motor.right.target =500
end
If rc5.command ==3 then
motor.left.target =0
motor.right.target =500
end
if rc5.command ==4 then
motor.left.target =500
motor.right.target =0
end
if rc5.command ==0 then
motor.left.target =0
motor.right.target =0
End
[wpdm_file id=2]

By: Sarah & Olivia