Viewing a single comment thread. View all comments

Real_Revenue_4741 t1_jbteqca wrote

YOLO is not enough to create these robots. The difficult part of robotics is being able to actuate from visual feedback. The method you are mentioning is called "visual servoing," and will not be robust enough to actually work. Also, the under 3K price point is quite a bit lower than what you would expect for these projects.

2

science-raven OP t1_jbtzsn5 wrote

Thanks for the info. The robot has an onboard map of the entire garden which is accurate to a couple of inches and an ultrasound ping, so it can arrive anywhere without processing.

I found a visual servoing demo using a Raspberry Pi from 2015, and today the v4 is four times faster than that. How can it fail at accurate placement when all the objects in the garden are static, and it has limitless time for processing the most difficult tasks?

1

MrTacobeans t1_jbu7nw4 wrote

Regardless of the possibilities of this being possible this robot even at economies of scale looks more like 15-20k. Advanced lawn roombas are already in the 2-5k range a fully autonomous lawn/garden maintenance bot will never be below 5k... Unless it's just running around spraying water on stuff. The arm in your video alone would likely cost atleast 2-3k after R&D is factored in

1

science-raven OP t1_jbwl03o wrote

Fixed variable cost analysis is crucial. 15k is very high. If you put 10 skilled workers on it for a year, plus development labs, it would cost about $1.2 million, including outsourcing to specialist engineers to refine the CAD files.

At high volumes, like 4000 units, that is divided to $300 RnD per unit. Obviously, it would benefit from a 2-3 million dev budget though.

The bill of materials is 3000, The metal welding is $500 and the assembly is another 500, so an open source kit would be less than 4000 dollars, and a fully built kit would also be 5000.

Husqvarna and roomba companies sell by market price, not the production price, so they can markup a high value, and they use custom circuit boards, custom plastic moulds including big thermoplastic pieces.

1

Real_Revenue_4741 t1_jbuhm8y wrote

In essence, "interacting with an object with an end effector" requires a lot of precision. It is more difficult than it seems to get it working on all types of weeds/plants. Weeding/digging requires a specific motion that may be difficult to accomplish without tactile feedback--it is not as simple as putting the tool at the right location. Irrigation may be easier because there is not much interaction with the environment required. It will be pretty simple to get a system that works with suboptimal performance, but this would be not be enough to automate gardening without human intervention.

1

science-raven OP t1_jbvlacq wrote

There's two types of weeding, the most common is the huge quantities of seedlings that come up in new soil. That's dizzyingly easy for a human, and it's not too difficult for a robot. It's too repetitive for a human. The difficult types of weeds are those that have to be drilled, because humans don't have drills and mapping ability.

Drilling soil using an auger is actually a back and forth movement using just one vector on a single motor. The arm has at least 1 force sensor in the tool piece.

1