Skip to content

Commit

Permalink
Add virtual to CentroidalManagerPreviewControlZmp::calcRefData.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka committed Jul 16, 2023
1 parent 52da546 commit 083b1bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class CentroidalManagerPreviewControlZmp : virtual public CentroidalManager
}

/** \brief Calculate reference data of MPC. */
Eigen::Vector2d calcRefData(double t) const;
virtual Eigen::Vector2d calcRefData(double t) const;

protected:
//! Configuration
Expand Down

0 comments on commit 083b1bf

Please sign in to comment.