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

Commit

Permalink
Add link to pathfinder example
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Feb 25, 2018
1 parent 8d4b39c commit b498dc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,10 @@ Some example code for dealing with heading is given below::

The ``setDirection`` implementation is up to you. Usually, for a swerve drive,
this will be some kind of PID control loop.

Example code
------------

The RobotPy examples repository has a `pathfinder example program <https://github.com/robotpy/examples/tree/master/physics-pathfinder>`_
in it, which also contains a working physics module so you can experiment with
pathfinder using the pyfrc simulator.

0 comments on commit b498dc2

Please sign in to comment.