2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
|
#include "utils/path_planning/convert_path.h"
#include <fmt/format.h>
#include <units/angle.h>
#include <units/constants.h>
#include <units/math.h>
#include <iostream>
#include <numbers>
#include <numeric>
#include "utils/path_planning/keep_out.h"
Functions | |
BashGuardPoint | lerp (const BashGuardPoint &startPoint, const BashGuardPoint &endPoint, double pct) |
ArmPathPoint | lerp (const ArmPathPoint &startPoint, const ArmPathPoint &endPoint, double pct) |
ArmPathPoint lerp | ( | const ArmPathPoint & | startPoint, |
const ArmPathPoint & | endPoint, | ||
double | pct | ||
) |
BashGuardPoint lerp | ( | const BashGuardPoint & | startPoint, |
const BashGuardPoint & | endPoint, | ||
double | pct | ||
) |