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