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

Implement IPositionDirect::getRefPosition(s) #204

Closed
PeterBowman opened this issue Mar 11, 2019 · 4 comments
Closed

Implement IPositionDirect::getRefPosition(s) #204

PeterBowman opened this issue Mar 11, 2019 · 4 comments

Comments

@PeterBowman
Copy link
Member

PeterBowman commented Mar 11, 2019

Default-implemented on the YARP side (all the three methods return false), unimplemented yet in our CAN devices. I need these for kin-dyn. See docs, available in v2.3.70 (and below).

@PeterBowman
Copy link
Member Author

Lowering priority per roboticslab-uc3m/kinematics-dynamics#173 (comment).

@PeterBowman
Copy link
Member Author

Blocked by #198, boils down to querying the 201Ch object (External On-Line Reference, see section 13.2.1).

@PeterBowman PeterBowman self-assigned this Aug 6, 2019
@PeterBowman
Copy link
Member Author

Blocked by #198, boils down to querying the 201Ch object (External On-Line Reference, see section 13.2.1).

Yet another approach: #220. The new LinearInterpolationBuffer class stores two points: the last that was received and the last that was sent. Now, I need to retrieve the latter in order to implement getRefPosition(s).

@PeterBowman
Copy link
Member Author

Done at 11c792c.

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

No branches or pull requests

1 participant