Kevin LeeOct 14 min readStereo Visual Odometry (with Bundle Adjustment)Github: https://github.com/Juhyung-L/stereo_visual_odometry Background Visual odometry is the process of estimating a moving camera's...
Kevin LeeJul 304 min readBehavior Tree NavigationGithub: https://github.com/Juhyung-L/behavior_tree_navigation Background Navigating through real-life terrain is full of unexpected...
Kevin LeeApr 275 min readDynamic Window ApproachGithub: https://github.com/Juhyung-L/dynamic_obstacle_avoidance Background There are several things that go into play when a robot is...
Kevin LeeDec 11, 20234 min readBird's-Eye View for WheelchairGithub: https://github.com/Juhyung-L/bird_view Background As part of the capstone project for my bachelor's degree, my team and I were...
Kevin LeeNov 24, 20234 min readPID Controller for DC MotorBackground This is part of a series of posts where I document my progress in building an autonomous mobile bot from scratch. The ultimate...
Kevin LeeOct 31, 20235 min readMonocular Visual OdometryGithub: https://github.com/Juhyung-L/visual_odometry Background Visual odometry is the process of estimating the change in position of a...
Kevin LeeOct 14, 20235 min readIterative Closest Point AlgorithmGithub: https://github.com/Juhyung-L/cuda_icp Background Scan matching algorithms are ubiquitous in the field of mobile robotics....
Kevin LeeAug 7, 20233 min readAutonomous SLAMGithub: https://github.com/Juhyung-L/autonomous_slam Background This is part of a series of posts where I document my progress in...