13 static constexpr std::string_view
GetTypeName() {
return "ArmFeedforward"; }
14 static constexpr size_t GetSize() {
return 32; }
16 return "double ks;double kg;double kv;double ka";
20 static void Pack(std::span<uint8_t> data,
#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
A helper class that computes feedforward outputs for a simple arm (modeled as a motor acting against ...
Definition ArmFeedforward.hpp:20
Specifies that a type is capable of raw struct serialization and deserialization.
Definition Struct.hpp:69
Definition CvSource.hpp:15
static wpi::math::ArmFeedforward Unpack(std::span< const uint8_t > data)
static constexpr size_t GetSize()
Definition ArmFeedforwardStruct.hpp:14
static constexpr std::string_view GetTypeName()
Definition ArmFeedforwardStruct.hpp:13
static constexpr std::string_view GetSchema()
Definition ArmFeedforwardStruct.hpp:15
static void Pack(std::span< uint8_t > data, const wpi::math::ArmFeedforward &value)
Struct serialization template.
Definition Struct.hpp:39