We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1125453 introduces write methods for the rotation, translation and timestamps of tfs. As most of the code revolves around settings up the extendible datasets and takes standard containers (std::array) as input, it makes sense to reuse them in seerep_hdf5_pb and seerep_hdf5_fb like it is done in seerep_hdf5_ros: https://github.com/agri-gaia/seerep/blob/120dea49a575c5bc548cd2f9aed90f5244cbecaf/seerep_hdf5/seerep_hdf5_ros/src/hdf5_ros.cpp#L198-L207
seerep_hdf5_pb
seerep_hdf5_fb
seerep_hdf5_ros
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1125453 introduces write methods for the rotation, translation and timestamps of tfs. As most of the code revolves around settings up the extendible datasets and takes standard containers (std::array) as input, it makes sense to reuse them in
seerep_hdf5_pb
andseerep_hdf5_fb
like it is done inseerep_hdf5_ros
:https://github.com/agri-gaia/seerep/blob/120dea49a575c5bc548cd2f9aed90f5244cbecaf/seerep_hdf5/seerep_hdf5_ros/src/hdf5_ros.cpp#L198-L207
The text was updated successfully, but these errors were encountered: