Interface and Description |
---|
edu.wpi.first.wpilibj.tables.IRemote
Use
NetworkTableInstance . |
edu.wpi.first.wpilibj.tables.IRemoteConnectionListener
Use Consumer<
ConnectionNotification >. |
edu.wpi.first.wpilibj.tables.ITable
Use
NetworkTable . |
edu.wpi.first.wpilibj.tables.ITableListener
Use Consumer<
EntryNotification >,
TableEntryListener , or
TableListener as appropriate. |
edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
Use Sendable directly instead
|
edu.wpi.first.wpilibj.NamedSendable
Use Sendable directly instead
|
Class and Description |
---|
edu.wpi.first.wpilibj.ControllerPower
Use RobotController class instead
|
edu.wpi.first.wpilibj.GamepadBase
Inherit directly from GenericHID instead.
|
edu.wpi.first.wpilibj.JoystickBase
Inherit directly from GenericHID instead.
|
edu.wpi.first.wpilibj.networktables.NetworkTable
Use
NetworkTable instead. |
edu.wpi.first.wpilibj.RobotDrive
Use
DifferentialDrive
or MecanumDrive classes instead. |
edu.wpi.first.wpilibj.SampleRobot
WARNING: While it may look like a good choice to use for your code if you're
inexperienced, don't. Unless you know what you are doing, complex code will
be much more difficult under this system. Use TimedRobot or Command-Based
instead.
|
edu.wpi.first.wpilibj.Utility
Use RobotController class instead
|
Field and Description |
---|
edu.wpi.first.wpilibj.CameraServer.kSize160x120 |
edu.wpi.first.wpilibj.CameraServer.kSize320x240 |
edu.wpi.first.wpilibj.CameraServer.kSize640x480 |