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

rqt_bag: Requires core to be open just to examine bag file #332

Closed
DLu opened this issue Aug 12, 2015 · 2 comments
Closed

rqt_bag: Requires core to be open just to examine bag file #332

DLu opened this issue Aug 12, 2015 · 2 comments
Milestone

Comments

@DLu
Copy link
Contributor

DLu commented Aug 12, 2015

I believe with rxbag you could just open bag files to examine them without a core. However, rqt_bag requires a core, even without trying to publish anything.

@dirk-thomas
Copy link
Contributor

In rqt the type of a plugin determines if it requires a ROS node or not. The infrastructure currently does not allow to start as non-ROS-node-plugin and then request a ROS node afterwards. Therefore it is currently not possible to implement the requested feature in a single plugin.

I would be possible though to refactor rqt_bag into two plugins: one which does not allow to publish and one with the current functionality. Not a nice approach though.

@dirk-thomas
Copy link
Contributor

This issue was moved to ros-visualization/rqt_bag#9

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

No branches or pull requests

2 participants