robotoc icon indicating copy to clipboard operation
robotoc copied to clipboard

Getter functions for reference and weight parameters of cost components

Open mayataka opened this issue 3 years ago • 0 comments

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.

mayataka avatar Oct 24 '21 04:10 mayataka