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

Fix the way we retrieve the transform for the sensors #79

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Conversation

Nicogene
Copy link
Member

This allows to export a sensor with a frame not specified in exportedFrames. It fixes #77.

@mfussi66
Copy link
Member

Neat! LGTM.

@Nicogene
Copy link
Member Author

Nicogene commented Feb 21, 2024

Before merging I need to address the case in which the frame is exported with an additionalTransformation, both for sensors and FT sensors

This allows to export a sensor with a frame not specified in exportedFrames. It fixes #77.
@Nicogene
Copy link
Member Author

@mfussi66 I added the handling of the additionalTransformation, the two functions for getting the transformation of the sensor and ftsensor are very similar, we can think to a refactoring to Sensorizer in the future:

@mfussi66
Copy link
Member

@mfussi66 I added the handling of the additionalTransformation, the two functions for getting the transformation of the sensor and ftsensor are very similar, we can think to a refactoring to Sensorizer in the future:

* [CREO2URDF – Refactor Sensorizer class #80](https://github.com/icub-tech-iit/creo2urdf/issues/80)

Makes sense, maybe even review the YAML schema so it is more similar between sensors?

@Nicogene
Copy link
Member Author

This fix has been validated 🎉

Merging

@Nicogene Nicogene merged commit e4419a6 into master Feb 29, 2024
1 check passed
@Nicogene Nicogene deleted the fix/77 branch February 29, 2024 12:06
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

Successfully merging this pull request may close these issues.

CREO2URDF – Wrong transform when exporting a sensors that uses a csys not present in exportedFrames list
2 participants