mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[wpilibc] Add missing move constructors and assignment operators (#2959)
- Field2d - FieldObject2d - AnalogGyro
This commit is contained in:
@@ -47,6 +47,9 @@ class Field2d : public Sendable {
|
||||
|
||||
Field2d();
|
||||
|
||||
Field2d(Field2d&& rhs);
|
||||
Field2d& operator=(Field2d&& rhs);
|
||||
|
||||
/**
|
||||
* Set the robot pose from a Pose object.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user