시연 영상 URL : https://youtu.be/N7R0gRULq3o
프로그램 폴더 - eswContest/CarSDK/Application/self_driving_program
메인 - main.c
영상 처리 - imgProcess.h(주석 포함), imgProcess.cpp
차량 제어 - control_mission.h(주석 포함), control_mission.cpp
미션 수행 - mission.h(주석 포함), mission.c
- Ubuntu 16.04, 18.04 (WSL2 is available)
- Hyundai Autron's Embedded Car
- Download all the required package
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libz1:i386
sudo apt-get install ssh
sudo apt-get install gparted
- Download a Setup file
git clone https://github.com/fabiano77/eswContest.git
cd eswContest
-
Download crosscompiler It is classified. (You can't get it in ordinary way)
If you have the crosscompiler,tar -xzvf CarSDK.tar.gz
and move thecrossCompiler
dir toeswContest/CarSDK/
. -
Compile the file
cd CarSDK/Application/
- Tracking Red
cd 1st_mission_code
After changing directory, make the run file bymake
. - Main Autonomous Driving System
cd self_driving_program
After changing directory, make the run file bymake
.
- Transfer to Embedded Car
Connect the Embedded Car with your PC by ethernet cable. (setup the ethernet environment part is needed#TODO)
scp self_driving_program root@10.10.70.4:/home/root/self_driving_program
Now, get the authority of a car by using ssh. You can test our code.
ssh root@10.10.70.4
./self_driving_program
- Daehee Kim (fabiano77)
- Minsoo Kang (3neutronstar)
- Sangmin Lee (smlee212)
- Seokjun Lee (ykykyk112)
Soongil Univ.