Baxter is making pancakes. NextRobotics has automated the whole process of pancake preparation with a little help from ROS and Computer Vision. The motion plan of Baxter’s arm is planned based on the output of detection through an external camera. The camera, placed at top of the hot plate, captures the image and runs the Detection Algorithm which tells the exact position of the pancake over the hot plate in form of coordinates. These coordinates are then translated into robot coordinates, a process that takes place by recording values and then estimating offset values in relation to real world coordinates, for both Baxter and Image coordinates. Based on this, Baxter moves its limb to the desired position for picking the pancake and then proceeds to the pick and flip action. In minutes it’s ready to serve!
Pancake Preparation : Robot Manipulation
- Post published:November 29, 2016
Related Articles
Learn The Top 5 Ways to Fix The 403 Forbidden Error in WordPress
Have you ever experienced a barred situation from your site? If yes, it’s frustrating when you don’t know the reason. Normally, users resolve 403 forbidden errors using an empty website directory within a specific page of permission errors. The 403…
Polymorphism in Java: Exploring Examples and Best Practices
When it comes to object oriented programming, polymorphism is a key tool for creating a collaboration between objects so that those in different classes can be treated as objects of a common superclass. It leads to successful development by making…
Is Your Software Giving You Problems? Here’s How to Handle Them
Summary: "After completing your custom software, there are possibilities to increase and decrease the factors following major fundamentals to run or use your software and neglect software problems. It's okay if you have difficulty maintaining it because everything is not…