-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add external wrenches logging to yarp robot logger device #447
Add external wrenches logging to yarp robot logger device #447
Conversation
3c0e59d
to
7c107df
Compare
…rDevice and fix files of existing robots
3393cfb
to
1d265bd
Compare
bool m_streamWrenches{false}; | ||
bool m_streamFTs{false}; | ||
bool m_streamInertials{false}; |
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.
Those parameters are not used 😄
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.
Now yes :)
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.
In theory, you do need them. Indeed if wrench are streamed the associated map is empty
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.
Got your point. Changed again the code.
devices/YarpRobotLoggerDevice/include/BipedalLocomotion/YarpRobotLoggerDevice.h
Outdated
Show resolved
Hide resolved
…botLoggerDevice.h Co-authored-by: Giulio Romualdi <giulio.romualdi@gmail.com>
PR ready again for review. |
55e8b42
to
2a0cb1d
Compare
@GiulioRomualdi please proceed with the merge without my review, if you think the changes are good. |
No description provided.