Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 828 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 828 Bytes

FoodDeliveryMBot

Description

A program specifically designed for Mbot. It simulates food delivery on a pre-designed map, with path-planning algorithms implemented.
Here is the Slide

Map

Library used

  • Arduino.h
  • Wire.h
  • SoftwareSerial.h
  • MeMCore.h
  • ArduinoSTL.h
  • vector
  • queue

Usage

If you want to run this simulation on your own map, replace the pre-defined data in "Road" and "gaps" with your own map's data.

Contributors