Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robotpy/robotpy-wpilib
Moved to https://github.com/robotpy/mostrobotpy
https://github.com/robotpy/robotpy-wpilib
frc pybind11 python roborio robotpy robotpy-build wpilib
Last synced: about 1 month ago
JSON representation
Moved to https://github.com/robotpy/mostrobotpy
- Host: GitHub
- URL: https://github.com/robotpy/robotpy-wpilib
- Owner: robotpy
- License: other
- Archived: true
- Created: 2014-10-03T12:25:01.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T03:51:05.000Z (about 1 year ago)
- Last Synced: 2024-05-04T18:02:29.510Z (6 months ago)
- Topics: frc, pybind11, python, roborio, robotpy, robotpy-build, wpilib
- Language: Python
- Homepage: https://robotpy.github.io
- Size: 2.82 MB
- Stars: 171
- Watchers: 24
- Forks: 60
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-frc - RobotPy-WPILib - Unofficial WPILib port allowing you to write robot code in Python. (Repositories / Python)
README
RobotPy WPILib
==============This repository contain a python implementation of wrappers for WPILib,
the library used to interface with hardware for the FIRST Robotics Competition.
Teams can use this library to write their robot code in Python, a powerful dynamic
programming language.**Note**: RobotPy is a community project and is not officially supported by
FIRST. Please see the [FAQ](https://robotpy.github.io/faq/) for more information.Documentation
=============All RobotPy documentation can be found at https://robotpy.readthedocs.io
Installation
============Installation instructions can be found in the [RobotPy documentation](https://robotpy.readthedocs.io/en/latest/getting_started.html)
License
=======See [LICENSE.txt](LICENSE.txt)
Contributors
============RobotPy is a community project, and many people have contributed over the years
to make it what it is today. RobotPy's history can be found on our
[documentation site](https://robotpy.readthedocs.io/en/stable/faq.html#who-created-robotpy).