alj0032
Graduate Research Assistant in the Auburn University GAVLab. Studying controls and system dynamics.
alj0032's Stars
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.
rlabbe/filterpy
Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman filter, Unscented Kalman filter, g-h (alpha-beta), least squares, H Infinity, smoothers, and more. Has companion book 'Kalman and Bayesian Filters in Python'.
TKJElectronics/KalmanFilter
This is a Kalman filter used to calculate the angle, rate and bias from from the input of an accelerometer/magnetometer and a gyroscope.
pptacher/probabilistic_robotics
solution of exercises of the book "probabilistic robotics"
priseborough/InertialNav
Inertial Navigation Filter
rpng/kalibr_allan
IMU Allan standard deviation charts for use with Kalibr and inertial kalman filters.
AliShug/EvoArm
An open-source 3D-printable robotic arm
philbooks/Kalman-Filter-for-Beginners
Sample code in MATLAB/Octave for "Kalman Filter for Beginners"
dmelgarm/Kalman
Kalman filter to combine GPS and accelerometer data
jeljaik/extended-kalman-filter
Matlab and C++ code for implementation of the Extended Kalman Filter for estimating dynamic quantities for a single rigid body with distributed force/torque measurements and distributed gyroscopes and accelerometers measurements.It also include estimation of the orientation under the quaternion representation.
openai/robot_controllers
Robot control infrastructure
daniel-s-ingram/slambot
Autonomous mobile robot using the gmapping, amcl, and move_base ROS packages
rnijhara/ArticleWriter
Desktop App for writing articles
morgancormier/corobot
ROS packages to control a CoroWare Corobot. The packages have been catkinized and work on ROS Groovy and after.
saihv/coloc
Vision based collaborative localization for micro aerial vehicles
SubMishMar/EKF-SLAM
daniel-s-ingram/coding_challenges
Exercises from Cracking the Coding Interview by Gayle Laakmann McDowell
daniel-s-ingram/MATLABRobotics
MATLAB sample codes for mobile robot navigation
daniel-s-ingram/navigation
ROS Navigation stack. Code for finding where the robot is and how it can get somewhere else.
daniel-s-ingram/neuro_gesture_kinect
The Neural network based gesture recignition package for Microsoft Kinect
daniel-s-ingram/robotics-toolbox-matlab
Robotics Toolbox for MATLAB
daniel-s-ingram/turtlebot3
ROS packages for Turtlebot3
daniel-s-ingram/turtlebot3_applications
Applications for TurtleBot3
moriarty/robot_localization
robot_localization is a package of nonlinear state estimation nodes. The package was developed by Charles River Analytics, Inc. Please ask questions on answers.ros.org.
msb336/matlab-robotics-modeling
toolkit to aid in dynamic/kinematic motion simulation
SubMishMar/gps_umd
SubMishMar/InertialNav
Inertial Navigation Filter
SubMishMar/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.
SubMishMar/kalman-filter-course-assignments
Assignments for my Udemy course on Kalman Filters.
SubMishMar/probabilistic_robotics
Some problems from Probablisitic Robotics Book