mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
This also includes support for solenoids (artf2592) in the gazebo plugin and WPILibJavaSim, fixes a concurrency issue with JavaGazebo. Change-Id: I5bd19556a7511387852c98414e4a29fdfd68b8cd
13 lines
617 B
Plaintext
13 lines
617 B
Plaintext
Source: frcsim-gazebo-plugins
|
|
Maintainer: Alex Henning <alex@thoriumrobotics.com>
|
|
Section: misc
|
|
Priority: optional
|
|
Standards-Version: 3.9.4
|
|
Build-Depends: debhelper (>= 9), gazebo3, libgazebo-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libtinyxml2-dev
|
|
|
|
Package: frcsim-gazebo-plugins
|
|
Architecture: i386 amd64
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, gazebo3, libgazebo-dev, libavcodec-dev, libswscale-dev, libtinyxml2-dev
|
|
Description: FRC plugin for controlling robots in the gazebo plugin.
|
|
This plugin allows robots in gazebo to communicate with WPILib
|
|
programs and enables the control of the robots. |