-
Notifications
You must be signed in to change notification settings - Fork 8
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
Export ft sensor frames #53
Conversation
da2910e
to
fb65fe7
Compare
@Nicogene is this ready for review? For the future, it would be great to split the whitespaces changes and the actual logic changes in two different commits, to simplify review. |
Can you update the CHANGELOG file? Thanks! |
Yes it is ready 👍🏻 You are right, I did |
fb65fe7
to
f3e341b
Compare
This PR re-enable the exportation of the ft frames, the name exported is
exportedFrameName
, if not defined the first fallback issensorName
, if evensensorName
is not defined it is exported withjointName
name.If
exportFrameInURDF
is set toYes
linkName
andframeName
are mandatory.It fixes #52