Drawing
This is the Drawing class. It handles the drawing of stuff on FTC Dashboard, like the robot.
Author
Logan Nash
Anyi Lin - 10158 Scott's Bots
Functions
Link copied to clipboard
This draws a Path on the Dashboard from a specified Array of Points.
This adds instructions to the current packet to draw a Path with a specified color.
This adds instructions to the current packet to draw all the Paths in a PathChain with a specified color.
Link copied to clipboard
This adds instructions to the current packet to draw the pose history of the robot.
Link copied to clipboard
This draws a robot on the Dashboard at a specified Pose.
This draws a robot on the Dashboard at a specified Point.
Link copied to clipboard
This tries to send the current packet to FTC Dashboard.