Kinodynamic RRT* Motion Planner A C++17 implementation of kinodynamic RRT* for a non-holonomic unicycle vehicle, with a Python visualization script that renders the search tree, obstacles, and final ...
Implementations of the core mobile-robot autonomy stack, written from scratch in Python / ROS2 and demonstrated in Gazebo & RViz simulation. Graduate robotics coursework (RE 607, Widener University).
Abstract: In this article, we present a planning method for robotic systems that, by construction, guarantees the planned trajectories to be executable in closed-loop with a visual servoing controller ...
Abstract: Path planning is a critical process in mobile robot navigation. Sampling-based path planning algorithms represented by Rapidly Exploring Random Tree star (RRT*) have gained widespread ...