You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each cost component should have functions to return const reference to the reference and weight parameters.
For example, ConfigurationSpaceCost should have const Eigen::VectorXd& get_q_ref() const and const Eigen::VectorXd& get_q_weight() const.
The text was updated successfully, but these errors were encountered:
Each cost component should have functions to return const reference to the reference and weight parameters.
For example,
ConfigurationSpaceCost
should haveconst Eigen::VectorXd& get_q_ref() const
andconst Eigen::VectorXd& get_q_weight() const
.The text was updated successfully, but these errors were encountered: