mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
28 lines
658 B
Markdown
28 lines
658 B
Markdown
## Simulation Directory
|
|
|
|
Observe the following directory structure:
|
|
|
|
.
|
|
|-- frc_gazebo_plugins (contains Gazebo Plugins)
|
|
| |-- clock
|
|
| |-- dc_motor
|
|
| |-- encoder
|
|
| |-- gyro
|
|
| |-- plugins
|
|
| |-- pneumatic_piston
|
|
| |-- potentiometer
|
|
| |-- rangefinder
|
|
| |-- servo
|
|
|
|
|
|-- frcsim (launches gazebo with model/plugin paths on linux)
|
|
|-- JavaGazebo (java library used by java simulation. Equivelant of the C++ gazebo_transport)
|
|
|-- SimDS (linux driverstation)
|
|
|
|
The gazbeo plugins are currently built with CMake.
|
|
Eventually they will be built with gradle.
|
|
|
|
All of this is delivered to students via a zip file.
|
|
|
|
## Building
|
|
See the top level README.md.
|