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

rosbag record fails to complete gracefully #92

Open
hoonkai opened this issue Sep 17, 2019 · 1 comment
Open

rosbag record fails to complete gracefully #92

hoonkai opened this issue Sep 17, 2019 · 1 comment

Comments

@hoonkai
Copy link

hoonkai commented Sep 17, 2019

Hi

I'm trying to run rosbag record with an Astra Pro, but it fails to complete gracefully when tf_static is subscribed. Without tf_static, this command works completely fine:

rosbag record camera/depth_registered/image_raw --limit=60 -O test

which terminates gracefully. However, the following command does not terminate:

rosbag record camera/depth_registered/image_raw tf_static --limit=60 -O test

Anyone know why tf_static can't be properly recorded?

Thanks

@Sayter99
Copy link
Contributor

Hi,

This issue might help. Would you mind using astra_frams.launch while replaying your recorded files. Because there are only static transforms (no dynamic ones), it should give you the same results as recording tf_static.

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