PyRoboPlan
June 1, 2026 ยท View on GitHub
Educational Python library for manipulator motion planning.
This library extensively uses the Pinocchio Python bindings for modeling robot kinematics and dynamics.
For more information, refer to the full documentation, this blog post on motion planning, or this YouTube presentation.
By Sebastian Castro, 2024-2026
Warning
This library should be used for educational purposes only. If you are doing more serious motion planning and control work, check out RoboPlan.


Setup
From PyPi
pip3 install pyroboplan
From Source
Clone this repository.
git clone https://github.com/sea-bass/pyroboplan.git
(Optional) Set up a virtual environment and install dependencies.
source scripts/setup_virtual_env.bash
Install this package and its dependencies.
pip3 install -e .