Simulate a small warehouse delivery robot that navigates from point A to B, avoids obstacles, and picks up/drops off a package all in a digital twin
Key Features:
- Obstacle avoidance using LIDAR
- Autonomous point-to-point navigation
- Simulated pickup/drop-off logic
- Extendable to real-world twin sync with MQTT/Streamlit dashboard
| Component | Tool/Library |
|---|---|
| Simulation | Webots |
| Programming | Python 3 |
| Control Logic | Webots API |
| Sensors | LIDAR (LDS-01) |
| Visualization | Webots 3D Viewer |
| UI | Streamlit (for dashboard) |
Download and install Webots for macOS:
https://cyberbotics.com/#download
git clone https://github.com/your-username/DigitalTwin-DeliveryBot.git
cd DigitalTwin-DeliveryBot