Skip to content

Commit

Permalink
make VelocityPose members public
Browse files Browse the repository at this point in the history
  • Loading branch information
SizzinSeal committed Jun 28, 2024
1 parent d2a4084 commit 5998463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/units/Pose.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class Pose : public V2Position {
* is that VelocityPose has an additional member variable, angularVelocity.
*/
class VelocityPose : public V2Velocity {
public:
/**
* @brief Construct a new VelocityPose object
*
Expand Down

0 comments on commit 5998463

Please sign in to comment.