Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robotpy/robotpy-halsim-gui

Moved to https://github.com/robotpy/mostrobotpy
https://github.com/robotpy/robotpy-halsim-gui

frc python robotics robotpy simulation

Last synced: about 12 hours ago
JSON representation

Moved to https://github.com/robotpy/mostrobotpy

Awesome Lists containing this project

README

        

robotpy-halsim-gui
==================

Installing this package will allow you to utilize the 2020+ WPILib GUI
simulation from a RobotPy program.

Usage
-----

First, install pyfrc. Then run your robot with the 'sim' argument:

# Windows
py -3 ./robot.py sim

# Linux/OSX
python3 robot.py sim

WPILib's documentation for using the simulator can be found at http://docs.wpilib.org/en/latest/docs/software/wpilib-tools/robot-simulation/simulation-gui.html