Pinned Repositories
advent_of_code
This repository contains solutions to each of the problems in Advent of Code 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 in C++ (and 2020 in Python as well)
algorithms_playground
This repository contains implementations of algorithms on graphs and binary trees, and sorting algorithms
bayes_filter
This repository contains simple implementations for different Bayesian filters (Kalman, Extended Kalman, Unscented Kalman, and Particle filters)
curves
This repository contains the classes of parametric curves/splines (bezier, hermite, b-spline & catmull-rom)
cvrp
This repository contains algorithms in C++ to solve the Capacitated Vehicle Routing Problem (cvrp).
graph_algorithms
path_planning
This repository contains path planning algorithms in C++ for a grid based search.
PythonRobotics
Python sample codes for robotics algorithms.
sensor_communication_base_scripts
This repository contains classes that allow the use of hardware pins for communication and control.
tello
A C++ library for the Tello and Tello Edu. Features joystick control, command line control, command queues and SLAM.
vss2sn's Repositories
vss2sn/path_planning
This repository contains path planning algorithms in C++ for a grid based search.
vss2sn/advent_of_code
This repository contains solutions to each of the problems in Advent of Code 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 in C++ (and 2020 in Python as well)
vss2sn/curves
This repository contains the classes of parametric curves/splines (bezier, hermite, b-spline & catmull-rom)
vss2sn/tello
A C++ library for the Tello and Tello Edu. Features joystick control, command line control, command queues and SLAM.
vss2sn/cvrp
This repository contains algorithms in C++ to solve the Capacitated Vehicle Routing Problem (cvrp).
vss2sn/bayes_filter
This repository contains simple implementations for different Bayesian filters (Kalman, Extended Kalman, Unscented Kalman, and Particle filters)
vss2sn/PythonRobotics
Python sample codes for robotics algorithms.
vss2sn/graph_algorithms
vss2sn/sensor_communication_base_scripts
This repository contains classes that allow the use of hardware pins for communication and control.
vss2sn/algorithms_playground
This repository contains implementations of algorithms on graphs and binary trees, and sorting algorithms
vss2sn/awesome-advent-of-code
A collection of awesome resources related to the yearly Advent of Code challenge.
vss2sn/CARND_Term_1_Project_1_Lane_Lines
vss2sn/CARND_Term_1_Project_2_Traffic_Sign_Classifier_Project
vss2sn/CARND_Term_1_Project_3_Behavioral_Cloning_Project
vss2sn/CARND_Term_1_Project_4_Advanced_Lane_Lines
vss2sn/CARND_Term_1_Project_5_Vehicle_Detection
vss2sn/CARND_Term_2_Project_1_Extended_Kalman_Filter_Project
vss2sn/CARND_Term_2_Project_2_Unscented_Kalman_Filter_Project
vss2sn/CARND_Term_2_Project_3_Kidnapped_Vehicle_Project
vss2sn/CARND_Term_2_Project_4_PID_Control_Project
vss2sn/CARND_Term_2_Project_5_MPC_Project
vss2sn/CARND_Term_3_Project_1_Path_Planning_Project
vss2sn/CARND_Term_3_Project_2_Semantic_Segmentation_Project
vss2sn/nano_quad
vss2sn/PyTorch_Challenge