devsonni's Stars
AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
federico-busato/Modern-CPP-Programming
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
zhm-real/PathPlanning
Common used path planning algorithms with animations.
rothgar/awesome-tmux
A list of awesome resources for tmux
BoltzmannEntropy/interviews.ai
It is my belief that you, the postgraduate students and job-seekers for whom the book is primarily meant will benefit from reading it; however, it is my hope that even the most experienced researchers will find it fascinating as well.
pytorch/rl
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
facontidavide/CPP_Optimizations_Diary
Tips and tricks to optimize your C++ code
sourishg/stereo-calibration
:camera: :camera: Stereo camera calibration using OpenCV and C++
alyssaq/3Dreconstruction
3D reconstruction, sfm with Python3
winstxnhdw/AutoCarROS2
A virtual simulation platform for autonomous vehicle sensing, mapping, control and behaviour methods using ROS 2 and Gazebo.
tnikolla/robot-grasp-detection
Detecting robot grasping positions with deep neural networks. The model is trained on Cornell Grasping Dataset. This is an implementation mainly based on the paper 'Real-Time Grasp Detection Using Convolutional Neural Networks' from Redmon and Angelova.
osrf/icra2023_ros2_gz_tutorial
ICRA 2023 tutorial on ROS 2 and the new Gazebo (MT28, ICC Capital Suite 14)
muneebaadil/structure-from-motion
Structure-from-Motion from scratch, using Numpy and OpenCV.
se-hwan/cusadi
udacity/CppND-Capstone-Snake-Game
A 2D Snake game using C++ and SDL
udacity/CppND-Route-Planning-Project
udacity/CppND-Program-a-Concurrent-Traffic-Simulation
The final project for the Udacity C++ Nanodegree Concurrency course
symoon94/Neural-Style-Transfer-pytorch
Neural Style Transfer (pytorch ver.)
udacity/CppND-System-Monitor
Student repository for the CppND OOP course project
TRoboto/Udacity
This repo includes all the projects I have finished in the Udacity Nanodegree programs
devsonni/MPC-Implementation
This repository has the code for the nonlinear model predictive controller for target tracking problems with the use of Casadi framework and Matlab simulation environment. 🏎️ ✈️
yf291115925/CPP-Nanodegree
Udacity CPP Code
gpokhark/Udacity_Cpp_Chapters
Udacity C++ nanodegree program chapter quizes
behnamasadi/EigenDemo
This repository contains various examples of using Eigen library
anubhavparas/basic-topics-for-programming-interviews
List of topics in C++ and Python that people can try to brush-up for general programming and coding interviews for robotics and general software engineering.
ddetone/SuperGluePretrainedNetwork
SuperGlue: Learning Feature Matching with Graph Neural Networks (CVPR 2020, Oral)
udaygirish/SfM_CPlus
Traditional SfM Implementation on C++ (Fun Project to refine C++ Skillset)
HarshadZade/website_files
jet-c-21/TheChernoCPP
The implemented code of the tutorial: https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb
udaygirish/Gaussian_Splatting_Exp
Gaussian Splatting Experimentation