drawRobotOnCanvas

public static void drawRobotOnCanvas(Canvas c, Point t)

This draws a robot on the Dashboard at a specified Point.

Parameters

c

the Canvas on the Dashboard on which this will draw

t

the Point to draw at


public static void drawRobotOnCanvas(Canvas c, Pose t)

This draws a robot on the Dashboard at a specified Pose. This is more useful for drawing the actual robot, since the Pose contains the direction the robot is facing as well as its position.

Parameters

c

the Canvas on the Dashboard on which this will draw at

t

the Pose to draw at