mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[copybara] mostrobotpy to allwpilib (#8545)
Project import generated by Copybara. GitOrigin-RevId: f10284b37498bb6a088891ca41f160793ec7fd90
This commit is contained in:
18
simulation/halsim_gui/src/main/python/README.md
Normal file
18
simulation/halsim_gui/src/main/python/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
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 -m robotpy sim
|
||||
|
||||
# Linux/OSX
|
||||
python3 -m robotpy 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
|
||||
Reference in New Issue
Block a user