Skip to content
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

Cleanup use of methods removed from YARP 3.7 #11

Closed
traversaro opened this issue May 20, 2022 · 6 comments
Closed

Cleanup use of methods removed from YARP 3.7 #11

traversaro opened this issue May 20, 2022 · 6 comments

Comments

@traversaro
Copy link
Member

The deprecated YARP method asDouble is still used in the blocktest-yarp-plugins, see for example

TXLOG(Severity::debug)<<"FBE x:"<<coordList->get(0).asDouble()<<" y:"<<coordList->get(1).asDouble()<<" z:"<<coordList->get(2).asDouble()<<std::endl;
. The code is not compiling anymore with YARP master after the merge of robotology/yarp#2833.

Note that the usage of asDouble, asFloat and several other related YARP methods were:

@traversaro
Copy link
Member Author

fyi @Nicogene @triccyx

@traversaro traversaro changed the title Cleanup YARP deprecations Cleanup use of methods removed from YARP 3.7 May 20, 2022
@triccyx
Copy link
Member

triccyx commented May 20, 2022

Ok, I will take care of this today.

@traversaro
Copy link
Member Author

Great, thanks!

@Nicogene
Copy link
Member

I can do a release of byp after that!

@triccyx
Copy link
Member

triccyx commented May 20, 2022

Fixed on:
ddd167a
asDouble ->asFloat64
addDouble ->addFloat64

@triccyx triccyx closed this as completed May 20, 2022
@Nicogene
Copy link
Member

Release done: https://github.com/robotology/blocktest-yarp-plugins/releases/tag/v1.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants