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

add seerep-hdf5-ros to dump sensor data to hdf5 #201

Open
jarkenau opened this issue Oct 17, 2022 · 0 comments
Open

add seerep-hdf5-ros to dump sensor data to hdf5 #201

jarkenau opened this issue Oct 17, 2022 · 0 comments
Assignees
Labels
hdf5 Something related to the hdf5 files ROS ROS related

Comments

@jarkenau
Copy link
Member

jarkenau commented Oct 17, 2022

Meta issue to track and plan the implementation of the seerep-hdf5-ros package

  1. Write basic dump of images into one hdf5 file
    • Test performance with a rosbag. Do we need concurrency or a queue to handle the incoming messages?
    • Test performance on a real robot
  2. Add a way to split the data into multiple hdf5 file with a ROS action
    • All messages with a timestamp before the action was called go into one file.
    • All messages after the call go into another file
  3. Add addition data types e.g. transformations and point clouds

Open Questions:

  • Naming of the hdf5 files? A UUID? The timestamp?
  • Connection to a SEEREP project?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hdf5 Something related to the hdf5 files ROS ROS related
Projects
None yet
Development

No branches or pull requests

1 participant