#define WPILIB_DLLEXPORT
Definition: SymbolExports.h:36
Represents a time-parameterized trajectory.
Definition: Trajectory.h:25
Trajectory utilities.
Definition: TrajectoryUtil.h:18
static std::string SerializeTrajectory(const Trajectory &trajectory)
Deserializes a Trajectory from JSON exported from PathWeaver.
static void ToPathweaverJson(const Trajectory &trajectory, std::string_view path)
Exports a Trajectory to a PathWeaver-style JSON file.
static Trajectory FromPathweaverJson(std::string_view path)
Imports a Trajectory from a JSON file exported from PathWeaver.
static Trajectory DeserializeTrajectory(std::string_view jsonStr)
Serializes a Trajectory to PathWeaver-style JSON.
basic_string_view< char > string_view
Definition: core.h:501
Definition: AprilTagPoseEstimator.h:15