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
* Register the rclcpp component
Signed-off-by: Hunter L. Allen <[email protected]>
* Update RPLIDAR SDK to version 1.12.0
Signed-off-by: Hunter L. Allen <[email protected]>
/// Return received scan points even if it's not complete scan
317
+
/// Return received scan points even if it's not complete scan.
306
318
///
307
-
/// \param nodebuffer Buffer provided by the caller application to store the scan data
319
+
/// \param nodebuffer Buffer provided by the caller application to store the scan data. This buffer must be initialized by
320
+
/// the caller.
308
321
///
309
-
/// \param count Once the interface returns, this parameter will store the actual received data count.
322
+
/// \param count The caller must initialize this parameter to set the max data count of the provided buffer (in unit of rplidar_response_measurement_node_t).
323
+
/// Once the interface returns, this parameter will store the actual received data count.
310
324
///
311
-
/// The interface will return RESULT_OPERATION_TIMEOUT to indicate that not even a single node can be retrieved since last call.
325
+
/// The interface will return RESULT_OPERATION_TIMEOUT to indicate that not even a single node can be retrieved since last call.
326
+
/// The interface will return RESULT_REMAINING_DATA to indicate that the given buffer is full, but that there remains data to be read.
0 commit comments