You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @brief nextImage, Returns the most recent combination of image and transform, provided it is different from the previous time the function was called.
47
-
*
48
-
* @param[out] image, rgbd image to write the next image to. Iff a next image is found
49
-
* @param[out] sensor_pose, will be filled with the sensor pose corresponding to the next image. Iff a next image is found
46
+
* @brief Returns the most recent combination of image and transform, provided it is different from the previous time the function was called.
47
+
* @param[out] image rgbd image to write the next image to. Iff a next image is found
48
+
* @param[out] sensor_pose will be filled with the sensor pose corresponding to the next image. Iff a next image is found
50
49
* @return whether or not a novel image is available
* @brief waitForRecentImage, Blocks until a new image with transform is found. Returns false if no image or tf could be found within 'timeout_sec' seconds
56
-
*
57
-
* @param[out] image, rgbd image to write the next image to. Iff a next image is found
58
-
* @param[out] sensor_pose, will be filled with the sensor pose corresponding to the next image. Iff a next image is found
59
-
* @param[in] timeout_sec, maximum duration to block.
54
+
* @brief Blocks until a new image with transform is found. Returns false if no image or TF could be found within 'timeout_sec' seconds.
55
+
* But will always give it one try, both to get the image and to get TF.
56
+
* @param[out] image rgbd image to write the next image to. Iff a next image is found
57
+
* @param[out] sensor_pose will be filled with the sensor pose corresponding to the next image. Iff a next image is found
58
+
* @param[in] timeout_sec maximum duration to block.
60
59
* @return whether or not a next image was available within the timeout duration.
0 commit comments