Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.
/ robotpy-pathfinder Public archive

Python wrapper around Jaci's Pathfinder library

License

Notifications You must be signed in to change notification settings

robotpy/robotpy-pathfinder

Repository files navigation

robotpy-pathfinder

Documentation Status

Note

pathfinder is deprecated, we highly recommend using the WPILib Trajectory Generation/Following support introduced in the 2020 season. All trajectory related features should be usable from RobotPy.

These are python bindings around Jaci B's PathFinder library. From the original documentation:

Cross-Platform, Multi-Use Motion Profiling and Trajectory Generation.

Pathfinder is a library for generating Motion Profiles, a way to smoothly fit and follow a trajectory based upon given waypoints.

Note: This requires C++ 11 and Python 3.5+

Usage

Installation and usage documentation can be found at http://robotpy-pathfinder.readthedocs.io