Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Releases: KNR-Selfie/selfie-archive-cc-iarrc2018

IARRC 2018

30 Aug 14:01
Compare
Choose a tag to compare

The brand new vehicle build for International Autonomous Robot Racing Competition 2018 in Waterloo, Canada. Selfie won first prize outperforming in both Drag and Circut Races. The vehicle was able to reach the speed of 12 m/s in stable Drag Race. Picture of the car in development (without bodywork) below.

img_3881

Carolo-Cup 2018

14 Mar 22:18
e3eefad
Compare
Choose a tag to compare

Software in this version enabled successful participation of vehicle in Carolo-Cup 2018 competition.
with_body_selfie

First integrated version

07 Jan 22:47
99127b3
Compare
Choose a tag to compare
Pre-release

Computer Vision

  • lines detection - complete
  • missing line ignoring - complete
  • road lane switching on GPIO demand - completed
  • parking area recognition - incomplete
  • right of law identification in intersections - incomplete

Controller

  • speed controller - works (to be reworked)
  • direction controller - simple proportional one should be extended to full PID one
  • bluetooth communication - handled in RX interruption, working in "answering" mode
  • one VLX laser sensor handled via I2C
  • UART com for RC equipment working (insignificant missing data frames happens)
  • UART com for computer vision unit working properly
  • LED lighting working (behavior fixes needed)
  • gyroscope working
  • parking algorithm - started, incomplete - invoked on BT request gyro-encoder-based action
  • obstacles omitting algorithm incomplete
  • intersection handling algorithm incomplete