Valor 6800 1.0
Loading...
Searching...
No Matches
FieldFeature.h
1
2#pragma once
3#include <frc/geometry/Translation2d.h>
4
5namespace valor {
6namespace sim {
9 frc::Translation2d start;
10 frc::Translation2d end;
11};
12} // namespace sim
13} // namespace valor
Defines a field feature, which is just a line defined by a start and end point.
Definition FieldFeature.h:8