Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robotpy/robotpy-pathfinder

Python wrapper around Jaci's Pathfinder library
https://github.com/robotpy/robotpy-pathfinder

frc motion-profiling pathfinder python robotpy

Last synced: about 12 hours ago
JSON representation

Python wrapper around Jaci's Pathfinder library

Awesome Lists containing this project

README

        

robotpy-pathfinder
==================

.. image:: https://readthedocs.org/projects/robotpy-pathfinder/badge/?version=stable
:target: http://robotpy-pathfinder.readthedocs.io/en/stable/?badge=stable
:alt: 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 `_