Modular Autonomous Platform for Landscaping and Environmental Engineering
MAPLEE, or Modular Autonomous Platform for Landscaping and Environmental Engineering, is a fully autonomous robot that was designed with the goal of navigating around campus picking weeds and collecting loose trash. The design and implementation of MAPLEE was a joint capstone project between an Electrical and Computer Engineering team and a Mechanical Engineering team.
Utilizes YOLOv8n for fast and accurate object detection. Depending on the task set for the robot, the robot uses either a model trained on trash detection or a model trained on weed detection. Each model was trained on custom datasets and performed sufficiently for each detection task given to the robot.
Implements IOU tracking algorithm to maintain object identity across frames, even during occlusions.
Uses stereo vision from intel realsense camera to provide 3D coordinates of detected objects in the robot's estimated global state.
GUI interface on the ROS Base Station that allows the user to monitor the position of the robot(s), their status & task queue, and view the live camera feed of each robot. Also connects to our LLM chat feature for easy task requesting.
The system achieves:
MAPLEE was successfully able to autonomously navigate around campus, detect objects, and pick up objects using state-of-the-art computer vision techniques.
Future work includes: