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

Support drag-and-drop loading of bags #5

Open
roym899 opened this issue May 2, 2024 · 0 comments
Open

Support drag-and-drop loading of bags #5

roym899 opened this issue May 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@roym899
Copy link
Collaborator

roym899 commented May 2, 2024

It would be nice to add an external data loader for ROS bags to allow drag-and-drop viewing.

To get started, see C++ example.

Some notes:

  • there is no nice way to configure this loader from the viewer, maybe a config file from the drag-and-dropped dir or from the CWD could be used?
  • for ROS 1 a bag is a single file
  • for ROS 2 up to and including Humble a bag is a directory
  • for ROS 2 starting from Iron it can be either a file or a directory
  • should be automatically added to the path when the ROS environment is sourced (similar to rviz)
@roym899 roym899 added the enhancement New feature or request label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant