Personal project at Baram, Academic group
Division of Robotics, Kwangwoon University at Seoul, Korea
Term: 09.2020. ~ 11.2020.
Intro: Self Driving Car project using OpenCV and Tensorflow API
Hardware: Jetson Nano(for vision, learning), NUCLEO64-STM32F401RE(for motor control)
OS: Jetson Nano -> Ubuntu / F401RE -> Window
Programming Language: Python & C
Basically detecting & following lane. And using Tensorflow API, detect human(or car, but not in result video...) for emergency stop.
Used Jetson Nano for image processing and learning. Result of lane detecting and human detecting is transmitted to embedded board, F401RE for motor control.
For motor control, used PID controller. Error input is deviation, from center of lane and robot's current position(center of horizontal camera image).
My epilogue about this project is here