Skip to content
Snippets Groups Projects
Commit e7363aa5 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

hotfix for MR !390

parent 451cb9ed
No related branches found
No related tags found
2 merge requests!30Release after RAL,!29After 2nd RAL submission
......@@ -31,6 +31,11 @@ class LocalParametrizationPolylineExtreme : public LocalParametrizationBase
bool minus(Eigen::Map<const Eigen::VectorXd>& _point1,
Eigen::Map<const Eigen::VectorXd>& _point2,
Eigen::Map<Eigen::VectorXd>& _delta_theta) override;
bool isValid(const Eigen::VectorXd& _state, double tolerance) override
{
return _state.size() == global_size_;
}
};
} // namespace wolf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment