Skip to content

Commit

Permalink
Replace Vectord with Matrixd
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Nov 28, 2023
1 parent 0353dfe commit 6858eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpimath/src/main/native/include/frc/proto/VectorProto.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "frc/EigenCore.h"

template <int Size>
struct WPILIB_DLLEXPORT wpi::Protobuf<frc::Vectord<Size>> {
struct WPILIB_DLLEXPORT wpi::Protobuf<frc::Matrixd<Size, 1>> {
static google::protobuf::Message* New(google::protobuf::Arena* arena);
static frc::Vectord<Size> Unpack(const google::protobuf::Message& msg);
static void Pack(google::protobuf::Message* msg,
Expand Down

0 comments on commit 6858eec

Please sign in to comment.