We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the camera is unavailable on the network when the driver starts, it should initiate a slow poll waiting for it to respond.
Similarly, if the device stops sending images, the driver should wait in a slow poll loop until access is recovered and the camera reconnected.
The text was updated successfully, but these errors were encountered:
This was implemented and merged already :)
I even tried:
[WARN] [WallTime: 1430926296.123376] Error opening URL http://10.68.0.6/mjpg/video.mjpg?fps=0&resolution=640x480Possible timeout. Looping until camera appears
And it loops waiting.
Sorry, something went wrong.
Make the axis publishers best effort. (ros-drivers#1)
c17c50d
This makes sense for a camera. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Merge pull request #1 from tradr-project/version_bump
ea7c4b5
Bumped the version to 0.3.0
No branches or pull requests
If the camera is unavailable on the network when the driver starts, it should initiate a slow poll waiting for it to respond.
Similarly, if the device stops sending images, the driver should wait in a slow poll loop until access is recovered and the camera reconnected.
The text was updated successfully, but these errors were encountered: