momentmeal.com
A marketplace for food and recipes. We help you create and share your recipes with the world. Begin your culinary journey today.
Read more
Some of the projects are from work and some are on my own time.
This website is built using Next.js,Tailwind CSS,
Contentlayer, and is hosted on Vercel.
Made with ❤️ by @andreasgdp
This project involved creating a robot system that can identify an object with machine vision, pick it up, and throw it at any spot in a target area.
In this project, we have worked with creating a robot system that can identify an object with the use of machine vision, then pick it up and throw it at any spot in a given target area. Both the object and the target is being spotted by an RGB camera and then being processed with machine vision in C++ with the library OpenCV to find their positions. We have then made translations between the camera’s coordinate system and the table and then between the table and the robot’s coordinate system. We have made a C++ program that controls the robot and the gripper with use of the libraries UR-RTDE and Robotics library [3]. The program calculates an object trajectory with input from the camera and the program runs a simulation in URSim where every movement is tested before they are send to the robot. All this is being logged in a database in MySQL through out the program.
This website is built using Next.js,Tailwind CSS,
Contentlayer, and is hosted on Vercel.
Made with ❤️ by @andreasgdp