We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the cob_footprint_observer only outputs a rectangular footprint. This should be adapted to provide a convex polygon. #32
One could think of two possible stages:
@fmessmer FYI
The text was updated successfully, but these errors were encountered:
For generating a non-rectangular footprint, i.e. convexHull for a given set of (2D-projected) (tf-Frame) points, we could use cv::convexHull. It also provides cv::minAreaRect and cv::minEnclosingCircle
Sorry, something went wrong.
Still investigating possibilities to how to get points, or footprint, properly considering collision meshes
No branches or pull requests
Currently, the cob_footprint_observer only outputs a rectangular footprint. This should be adapted to provide a convex polygon. #32
One could think of two possible stages:
@fmessmer FYI
The text was updated successfully, but these errors were encountered: