20 static std::optional<wpi::math::DifferentialDriveKinematics>
Unpack(
#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
Helper class that converts a chassis velocity (dx and dtheta components) to left and right wheel velo...
Definition DifferentialDriveKinematics.hpp:33
Class for wrapping a nanopb ostream.
Definition Protobuf.hpp:119
struct _wpi_proto_ProtobufDifferentialDriveKinematics wpi_proto_ProtobufDifferentialDriveKinematics
Definition CvSource.hpp:15
static std::optional< wpi::math::DifferentialDriveKinematics > Unpack(InputStream &stream)
static bool Pack(OutputStream &stream, const wpi::math::DifferentialDriveKinematics &value)
wpi::util::ProtoInputStream< wpi::math::DifferentialDriveKinematics > InputStream
Definition DifferentialDriveKinematicsProto.hpp:16
wpi_proto_ProtobufDifferentialDriveKinematics MessageStruct
Definition DifferentialDriveKinematicsProto.hpp:15
wpi::util::ProtoOutputStream< wpi::math::DifferentialDriveKinematics > OutputStream
Definition DifferentialDriveKinematicsProto.hpp:18
Protobuf serialization template.
Definition Protobuf.hpp:36