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-ds-socket

Python wrapper around the WPILib halsim_ds_socket extension
https://github.com/robotpy/robotpy-halsim-ds-socket

frc python robotpy simulation

Last synced: about 2 months ago
JSON representation

Python wrapper around the WPILib halsim_ds_socket extension

Awesome Lists containing this project

README

        

robotpy-halsim-ds-socket
==================

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

Usage
-----

First, install pyfrc. Then run your robot with the 'sim' argument and --ds-socket flag:

# Windows
py -3 ./robot.py sim --ds-socket

# Linux/OSX
python3 robot.py sim --ds-socket

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