tree: 95738a9f2f209f426bc22e2968a6654f9b50a29c [path history] [tgz]
  1. frc_gazebo_plugins/
  2. gz_msgs/
  3. JavaGazebo/
  4. SimDS/
  5. frcsim.sh
  6. README.md
third_party/allwpilib_2016/simulation/README.md

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.bat (launches gazebo with model/plugin paths on windows) |-- frcsim.sh (launches gazebo with model/plugin paths on linux/mac) |-- install.sh (convenient linux script to install Eclipse, Eclipse Plugins, and Gazebo) |-- 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 the eclipse plugins

Building

see the top level building.md