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