tree: a3c6b94a14b660e83e2ce0c2f28882e1ceaa1263 [path history] [tgz]
  1. clock/
  2. dc_motor/
  3. encoder/
  4. gyro/
  5. limit_switch/
  6. pneumatic_piston/
  7. potentiometer/
  8. rangefinder/
  9. servo/
  10. .gitignore
  11. CMakeLists.txt
  12. frc_gazebo_plugins.doxy
  13. README.md
simulation/frc_gazebo_plugins/README.md

Notes for building the gazebo plugins

the resulting plugins (shared libraries, .so/.dll) are delivered to students via the eclipse simulation plugins, and unzipped to ${HOME}/wpilib/simulation/plugins

Building

these are built with cmake, because they use the gazebo libraries. gazebo libraries provide cmake-config files, so cmake is easier to use here. See top level building.md for how to build