2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
|
#include <algorithm>
#include <array>
Go to the source code of this file.
Classes | |
struct | argos_lib::InterpMapPoint< T, V > |
Point that helps generate an interpolation map. More... | |
class | argos_lib::InterpolationMap< T, size, V > |
Performs linear interpolation of a value based on a set of input->output mapping points. More... | |
Namespaces | |
namespace | argos_lib |
Functions | |
template<class T , class V > | |
constexpr bool | argos_lib::operator< (const InterpMapPoint< T, V > &a, const T &b) |
template<class T , class V > | |
constexpr bool | argos_lib::operator< (const T &a, const InterpMapPoint< T, V > &b) |