Code base of KU AIRS: SPARK Autonomous Vehicle Team

Overview

KU AIRS: SPARK Autonomous Vehicle Project

Check this link for the blog post describing this project and the video of SPARK in simulation and on parkour.

Project Structure

SPARK code base was written on ROS Noetic using Python and C++. The code is structured into packages with specific responsibilities. The repository also includes driver packages for the sensor suite.

Packages

  • controllers: Contains PID and Stanley controller for waypoint following

  • hardware_interface: Interface to Arduino microcontrollers in the car. Accepts messages controlling steering, throttle, brake and gearshift commands.

  • joy_controller: Contains the code for controlling SPARK with a joystick

  • lane_detector: Implementation of LaneNet instance segmentation model for lane detection. Modified for the use case and includes trained models on TUSimple dataset augmented with our custom real and synthetic data.

  • lidar_cam_calibration: Sensor fusion package for fusing LIDAR and camera data to localize traffic signs in 3D.

  • lidar_following: Contains the navigation stack using LIDAR mapping.

  • localization: Contains the localization stack using RTK-GPS data.

  • planners: Contains finite state machine based behavioural planner and cubic spiral lattice planner for parking and waypoint navigation

  • spark: Contains launch files for system startup

  • spark_description: Contains environment and robot descriptions for use with Rviz and Gazebo

  • spark_msgs: Contains all custom message and service definitions.

  • visualization: Rviz visualization scripts

  • yolov5: YoloV5 implementation and ROS node trained on custom Turkish traffic signs dataset for real time traffic sign and light detection.

You might also like...
Examples and code for the Practical Machine Learning workshop series

Practical Machine Learning Workshop Series Practical Machine Learning for Quantitative Finance Post conference workshop at the WBS Spring Conference D

100 Days of Machine and Deep Learning Code

💯 Days of Machine Learning and Deep Learning Code MACHINE LEARNING TOPICS COVERED - FROM SCRATCH Linear Regression Logistic Regression K Means Cluste

Turns your machine learning code into microservices with web API, interactive GUI, and more.
Turns your machine learning code into microservices with web API, interactive GUI, and more.

Turns your machine learning code into microservices with web API, interactive GUI, and more.

This is the code repository for Interpretable Machine Learning with Python, published by Packt.
This is the code repository for Interpretable Machine Learning with Python, published by Packt.

Interpretable Machine Learning with Python, published by Packt

This is a public repo where code samples are stored for the book Practical MLOps. Traingenerator  🧙   A web app to generate template code for machine learning ✨
Traingenerator 🧙 A web app to generate template code for machine learning ✨

Traingenerator 🧙 A web app to generate template code for machine learning ✨ 🎉 Traingenerator is now live! 🎉

This repository contains the code to predict house price using Linear Regression Method
This repository contains the code to predict house price using Linear Regression Method

House-Price-Prediction-Using-Linear-Regression The dataset I used for this personal project is from Kaggle uploaded by aariyan panchal. Link of Datase

Contains an implementation (sklearn API) of the algorithm proposed in
Contains an implementation (sklearn API) of the algorithm proposed in "GENDIS: GEnetic DIscovery of Shapelets" and code to reproduce all experiments.

GENDIS GENetic DIscovery of Shapelets In the time series classification domain, shapelets are small subseries that are discriminative for a certain cl

PLUR is a collection of source code datasets suitable for graph-based machine learning.

PLUR (Programming-Language Understanding and Repair) is a collection of source code datasets suitable for graph-based machine learning. We provide scripts for downloading, processing, and loading the datasets. This is done by offering a unified API and data structures for all datasets.

Owner
Mehmet Enes Erciyes
Mehmet Enes Erciyes
BigDL: Distributed Deep Learning Framework for Apache Spark

BigDL: Distributed Deep Learning on Apache Spark What is BigDL? BigDL is a distributed deep learning library for Apache Spark; with BigDL, users can w

null 4.1k Jan 9, 2023
Distributed Deep learning with Keras & Spark

Elephas: Distributed Deep Learning with Keras & Spark Elephas is an extension of Keras, which allows you to run distributed deep learning models at sc

Max Pumperla 1.6k Dec 29, 2022
TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.

TensorFlowOnSpark TensorFlowOnSpark brings scalable deep learning to Apache Hadoop and Apache Spark clusters. By combining salient features from the T

Yahoo 3.8k Jan 4, 2023
Microsoft Machine Learning for Apache Spark

Microsoft Machine Learning for Apache Spark MMLSpark is an ecosystem of tools aimed towards expanding the distributed computing framework Apache Spark

Microsoft Azure 3.9k Dec 30, 2022
Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray

A unified Data Analytics and AI platform for distributed TensorFlow, Keras and PyTorch on Apache Spark/Flink & Ray What is Analytics Zoo? Analytics Zo

null 2.5k Dec 28, 2022
[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark

TensorFrames (Deprecated) Note: TensorFrames is deprecated. You can use pandas UDF instead. Experimental TensorFlow binding for Scala and Apache Spark

Databricks 757 Dec 31, 2022
Spark development environment for k8s

Local Spark Dev Env with Docker Development environment for k8s. Using the spark-operator image to ensure it will be the same environment. Start conta

Otacilio Filho 18 Jan 4, 2022
Kaggle Tweet Sentiment Extraction Competition: 1st place solution (Dark of the Moon team)

Kaggle Tweet Sentiment Extraction Competition: 1st place solution (Dark of the Moon team)

Artsem Zhyvalkouski 64 Nov 30, 2022
Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows.

Auto_TS: Auto_TimeSeries Automatically build multiple Time Series models using a Single Line of Code. Now updated with Dask. Auto_timeseries is a comp

AutoViz and Auto_ViML 519 Jan 3, 2023
Uber Open Source 1.6k Dec 31, 2022