Welcome to the BFMC 2025 Team LH-CDC Project Repository. This repository contains all the resources, documents, and source code essential for developing and demonstrating our autonomous vehicle project for the BFMC 2025 Challenge.
LH-CDC/
├── monitoring/
│ ├── project-plan.md # Comprehensive project plan and timeline
│ └── Architecture.pdf # System architecture and design documentation
├── Project status/
│ ├── project status 1/
│ │ ├── Monthly_report_#1_LH-CDC.pdf # Report for January progress
│ │ ├── progress-video-January.txt # Link to progress video
│ └── ... # Additional status updates laters
├── src/
│ ├── Network_Connecting_Data_From2024 # Main source code for vehicle system 2024
│ │ ├── ... # More and more file
│ └── X_Lane_Detect_2025 # Update and development
│ │ ├── ... # More and more file
└── README.md # Overview of the repository (this file)
The objective of this project is to:
- Optimize hardware performance and improve vehicle operations for enhanced efficiency.
- Develop safety mechanisms to handle complex scenarios reliably.
- Implement autonomous driving capabilities, including route planning and hazard handling.
The final goal is to deliver a fully functional autonomous vehicle system ready for demonstration at the BFMC 2025 event.
- Contains the project plan (
project-plan.md
) and system architecture (Architecture.pdf
) for detailed guidance.
- Includes monthly progress reports and corresponding video updates for milestone tracking.
- Core implementation of vehicle functionalities and autonomous features.
- Clone the Repository:
git clone [The repository link]
- Navigate to the Source Code:
cd LH-CDC/src
- Run the Main Program:
[We will update laters]
For any questions or suggestions, reach out to us:
- Team Lead: Bui Minh Cuong
- Email: [email protected]
- GitHub: github.com/LH-CDC-BFMC-2025