RobotPy web-based low fidelity FRC robot simulation package
Project description
robotpy-websim
This is an web interface for controlling low fidelity FRC robot simulations. As the control/simulation interface is created using HTML/javascript, one of the goals of this project is to make it very simple to create your own custom animations and extensions to help simulate your robot more effectively.
Currently, the only backend for the interface interacts with python based FRC robots using the RobotPy library, and is a replacement for the simulator that comes with pyfrc.
However, the HTML/Javascript portion of the code is not designed to be specific to python, but can be reused with C++ or Java backends using a similar simulated HAL library for those languages. Those have not been implemented yet, but that would be awesome if someone did it.
Documentation
For usage, detailed installation information, and other notes, please see our documentation at http://robotpy-websim.readthedocs.org
Quick Install + Demo
If you have python3 and pip installed, then do:
pip3 install --pre robotpy-websim
Once this is done, you can run a quick demo by running:
cd examples/simple python3 robot.py websim
Your default browser (or Chrome) should be launched and show the control interface. If it does not show automatically, you can browse to http://localhost:8000/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for robotpy-websim-2019.0.0a5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 247ac0982503a34d9e1b2fc8e0a8f4f646915467677af63c61dc9985adff0f98 |
|
MD5 | 4a851f25200766b90de757e0d6d22d68 |
|
BLAKE2b-256 | 0a6d4656e28490c16bbd6768d15cd44adff9d51604272014e42fd8dc99f74be3 |
Hashes for robotpy_websim-2019.0.0a5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa2f59d977cc969e53e64e8e18c853072355d25152080454420aa942429026ad |
|
MD5 | c4540a64f652bb695a00041cce62517d |
|
BLAKE2b-256 | 35cb4af21129861cfcd987ae6fd2ca6c88928c27b187d6a988eb52eebc2e24fe |