... | ... | @@ -61,7 +61,7 @@ measurement = rtisdev.get_raw_measurement(True) |
|
|
|
|
|
# Store the raw data of that measurement as a binary file. This can be opened in another application for further work.
|
|
|
raw_data_sonar = measurement.rawData.tobytes()
|
|
|
file_handle_data = open("test_measurement_ " + str(measurement.index) + ".bin", "wb")
|
|
|
file_handle_data = open("test_measurement_" + str(measurement.index) + ".bin", "wb")
|
|
|
file_handle_data.write(raw_data_sonar)
|
|
|
file_handle_data.close()
|
|
|
|
... | ... | @@ -1555,5 +1555,4 @@ The function to set a custom logger to be used by RTIS Dev. |
|
|
</p></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
|
|
|
</table> |
|
|
\ No newline at end of file |