Fix missing Field2d package (#2386)

This commit is contained in:
Thad House
2020-02-21 20:50:53 -08:00
committed by GitHub
parent 35eb90c135
commit 05a26b7279

View File

@@ -5,6 +5,8 @@
/* the project. */
/*----------------------------------------------------------------------------*/
package edu.wpi.first.wpilibj.simulation;
import edu.wpi.first.hal.SimDevice;
import edu.wpi.first.hal.SimDouble;
import edu.wpi.first.wpilibj.geometry.Pose2d;