15 return "MecanumDriveWheelPositions";
17 static constexpr size_t GetSize() {
return 32; }
19 return "double front_left;double front_right;double rear_left;double "
24 std::span<const uint8_t> data);
25 static void Pack(std::span<uint8_t> data,
#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
Specifies that a type is capable of raw struct serialization and deserialization.
Definition Struct.hpp:69
Definition CvSource.hpp:15
Represents the wheel positions for a mecanum drive drivetrain.
Definition MecanumDriveWheelPositions.hpp:15
static wpi::math::MecanumDriveWheelPositions Unpack(std::span< const uint8_t > data)
static constexpr std::string_view GetSchema()
Definition MecanumDriveWheelPositionsStruct.hpp:18
static constexpr std::string_view GetTypeName()
Definition MecanumDriveWheelPositionsStruct.hpp:14
static void Pack(std::span< uint8_t > data, const wpi::math::MecanumDriveWheelPositions &value)
static constexpr size_t GetSize()
Definition MecanumDriveWheelPositionsStruct.hpp:17
Struct serialization template.
Definition Struct.hpp:39