Skip to content

제22회 임베디드SW경진대회(24/11) - 자율주행레이싱부문 : Adaptive AUTOSAR 표준 기반의 솔루션을 이용하여 개발한 Adaptive Application(AA)을 자율주행 플랫폼 AWS DeepRacer에 적용하여 안전하고 빠른 트랙 주행 구현

Notifications You must be signed in to change notification settings

shhy01/ESWContest2024-DeepRacer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESW Contest 2024 - Autonomous Driving

  • 팀명 : 전농동CAR리나
  • 팀원 : 신현지, 표기환, 송규현, 이현제, 이규호

📁 Total Structure

Total Structure

Total Structure

TCP communication

TCP communication

UDP communication

UDP communication

📁 Project Code Structure

├── project
│   ├── Sensor
│   ├── Calc
│   ├── Actuator
│   ├── EM
│   ├── CM
│   ├── SM
│   └── CMakeLists.txt
├── work
│   ├── bin
│   ├── etc
│   ├── include
│   ├── lib
│   ├── share/cmake
│   └── LISENSE
├── scripts
│   ├── ngrok-env
│   ├── deploy
│   └── carina-ssh
├── activate
├── Inference.py
└── model
    ├── For1st-AvOb-microcontroled-model.tar.gz
    ├── model_metadata.json
    ├── saved_model.xml
    ├── worker_0.multi_agent_graph.main_level.main_level.agent_0.csv
    └── worker_0.multi_agent_graph_0.json

About

제22회 임베디드SW경진대회(24/11) - 자율주행레이싱부문 : Adaptive AUTOSAR 표준 기반의 솔루션을 이용하여 개발한 Adaptive Application(AA)을 자율주행 플랫폼 AWS DeepRacer에 적용하여 안전하고 빠른 트랙 주행 구현

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.1%
  • CMake 2.3%
  • Other 0.6%