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

Latest commit

 

History

History
26 lines (18 loc) · 1.03 KB

README.rst

File metadata and controls

26 lines (18 loc) · 1.03 KB

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