Files
allwpilib/simulation
Peter_Mitrano d69803804f Repaired simulation build on linux
Reverted to old driverstation and joystick code because we're not ready
for windows drive station yet

updated paths to reflect new wpilib organization
fixed name of gazebo topic (if you want /gazebo/frc/time use ~/time)
included network tables in wpilibJavaSim
Added ds script, and improved frcsim script
always start gazebo with verbose

Change-Id: I3c54b7000019a5985079a88200896a8069e69b86
2015-12-19 14:42:43 -05:00
..
2015-11-21 18:26:49 -05:00
2015-12-19 14:42:43 -05:00
2015-12-19 14:42:43 -05:00
2015-08-18 10:39:25 -04:00
2015-12-19 14:42:43 -05:00

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