Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auscompgeek/wpilib.kinematics
Backport of WPILib 2020 kinematics for RobotPy 2019
https://github.com/auscompgeek/wpilib.kinematics
frc kinematics robotpy wpilib
Last synced: 3 months ago
JSON representation
Backport of WPILib 2020 kinematics for RobotPy 2019
- Host: GitHub
- URL: https://github.com/auscompgeek/wpilib.kinematics
- Owner: auscompgeek
- License: other
- Archived: true
- Created: 2019-11-29T03:28:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T07:57:31.000Z (almost 5 years ago)
- Last Synced: 2024-09-17T22:00:08.634Z (3 months ago)
- Topics: frc, kinematics, robotpy, wpilib
- Language: Python
- Homepage: https://wpilibkinematics.readthedocs.io
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wpilib.kinematics
This is a pure-Python port of the WPILib 2020 kinematics classes for RobotPy 2019.
Note: This is provided on a best-effort basis. Things may move or become unavailable in RobotPy WPILib 2020.
## Warning
It is anticipated that RobotPy WPILib 2020 will eventually wrap the geometry and kinematics classes,
most likely in an update that will bump the wpilib package to 2020.2.2.
When this happens, you *must* uninstall this package before updating your RobotPy installation.## Installation
`pip install wpilib.kinematics`