Food Delivery Turtlebot

This project aims to develop an automatic food delivery robot using the Turtlebot 3 Waffle Pi and Open Manipulator X. The robot navigates to a locker using SLAM (Simultaneous Localization and Mapping) and LiDAR sensors, and identifies the exact location of the locker’s button and the food item using AR markers. The robot opens the locker door and picks up the item, then uses global localization to determine its position and returns to the original location to place the item down.
The project is divided into four main parts. First, the robot creates a map of its environment using LiDAR and SLAM, and navigates to the locker using the navigation module. Second, the robot uses camera calibration and AR marker recognition to accurately detect and move to the positions of the locker button and the food item. Third, the MoveIt library is utilized to control the robotic arm for opening the door and picking up the item. Lastly, the robot performs global localization to verify its position and returns to the starting point.