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