Skip to content

Commit

Permalink
missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
alaurenzi committed Jul 22, 2024
1 parent 2f12c1b commit c4c294b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/OpenSoT/constraints/velocity/CollisionAvoidance.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ class CollisionAvoidance: public Constraint<Eigen::MatrixXd, Eigen::VectorXd>
*/
double getLinkPairThreshold();

/**
* @brief getError
* @param e
*/
void getError(Eigen::VectorXd& e);

/**
* @brief getDetectionThreshold
* @return _Detection_threshold the maximum distance which we use to look for link pairs
Expand Down

0 comments on commit c4c294b

Please sign in to comment.