artofnothingness's Stars
koide3/hdl_graph_slam
3D LIDAR-based Graph SLAM
carbon-language/carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
NMBURobotics/vox_nav
A navigation system for outdoor robotics in rough uneven terrains.
regolith-linux/regolith-desktop
Meta package for the Regolith Desktop Environment
flashlight/flashlight
A C++ standalone library for machine learning
kokkos/mdspan
Reference implementation of mdspan targeting C++23
kailashahirwar/cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
mherb/kalman
Header-only C++11 Kalman Filtering Library (EKF, UKF) based on Eigen3
onlytailei/CppRobotics
cpp implementation of robotics algorithms including localization, mapping, SLAM, path planning and control
ros-navigation/navigation2
ROS 2 Navigation Framework and System
ros2/rclcpp
rclcpp (ROS Client Library for C++)
xtensor-stack/xtensor
C++ tensors with broadcasting and lazy computing
BehaviorTree/BehaviorTree.CPP
Behavior Trees Library in C++. Batteries included.
AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.