-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
Allow the visualization of labels #879
Conversation
…ors visualization.
CMakeLists.txt
Outdated
@@ -8,7 +8,7 @@ | |||
|
|||
cmake_minimum_required(VERSION 3.16) | |||
|
|||
project(iDynTree VERSION 3.2.1 | |||
project(iDynTree VERSION 3.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you bump to 4.0.0 ? Adding new virtual methods can be an ABI-breaking change on some compilers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point @GiulioRomualdi , feel free to open a PR if you like, otherwise I will address it before releasing 4.0.0 .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a versioning related change.
This PR adds the visualization of labels.
The labels can be free objects or attached to vectors, frames or models. Thus, if the corresponding parent object moves, also the label moves.
The font quality is not the best, but it is a start.
The label is always facing the camera, as in the video
labelsPR-2021-06-14_19.17.12.mp4