-
Notifications
You must be signed in to change notification settings - Fork 155
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
Setting proc_mask
once bricks the driver
#377
Comments
It seems that I could work around this by killing the shell/tmux session this was running in, and opening a new one with sourcing the ros and workspace setup files. |
I am unable to re-produce this, probably resolved by some of the change in #380 |
@themightyoarfish as I noted earlier I couldn't generate the problem. Could you confirm that the problem persists within 0.13.1 and maybe give more hints that help me re-produce the issue (if still exist). Thanks. |
I will try it again under controlled circumstances next week. |
Could this issue be related? (it doesn't seem like it) |
Can confirm that with current |
awesome, thanks for the feedback. |
Describe the bug
I launch the driver node like this
And get some data on the
/ouster/points
topic at very low frequency (different issue…). If however, I stop the driver and add theproc_mask
argument and restart with e.g.proc_mask:=PCL
, no point clouds are being generated. If I then restart the driver with the default value ofproc_mask:='IMG|PCL|IMU|SCAN'
, still nothing.The
/ouster/points
topic does not get published. It seems none of the publishers come up, but nothing alarming is getting logged. Despite the fact that the logging says a "reset service" was created,ros2 service call /ouster/reset std_srvs/srv/Empty
just waits for it to become available.A computer reboot solved this last time, but I would like to know what the problem is.
To Reproduce
see above.
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: