2015-04-26 19:19:57 -04:00
|
|
|
## Simulation Directory
|
|
|
|
|
|
2015-11-23 00:35:34 -08:00
|
|
|
Observe the following directory structure:
|
2015-04-26 19:19:57 -04:00
|
|
|
|
|
|
|
|
.
|
|
|
|
|
|-- frc_gazebo_plugins (contains Gazebo Plugins)
|
|
|
|
|
| |-- clock
|
|
|
|
|
| |-- dc_motor
|
|
|
|
|
| |-- encoder
|
|
|
|
|
| |-- gyro
|
|
|
|
|
| |-- plugins
|
|
|
|
|
| |-- pneumatic_piston
|
|
|
|
|
| |-- potentiometer
|
|
|
|
|
| |-- rangefinder
|
|
|
|
|
| |-- servo
|
|
|
|
|
|
|
2015-12-25 00:53:45 -05:00
|
|
|
|-- frcsim (launches gazebo with model/plugin paths on linux)
|
2015-04-26 19:19:57 -04:00
|
|
|
|-- 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.
|
|
|
|
|
|
2015-11-23 00:35:34 -08:00
|
|
|
All of this is delivered to students via a zip file.
|
2015-04-26 19:19:57 -04:00
|
|
|
|
|
|
|
|
## Building
|
2015-11-23 00:35:34 -08:00
|
|
|
See the top level README.md.
|