Beta8397 / virtual_robot

A 2D robot simulator to help beginners learn Java programming for FTC Robotics
118 stars 182 forks source link

Changed Telemetry to match the API in the FTC SDK (nearly completely) #76

Closed jkenney2 closed 3 years ago

jkenney2 commented 3 years ago

In addition to basic addData operations, Telemetry now supports: addLine addData using a Producer logging

The entire FTC Telemetry API is supported, except for speech and setting of display format.