how pirntf the Multiranger's all tof distances ? #1685
Closed
justinleeyang
started this conversation in
General
Replies: 1 comment 3 replies
-
You can log the distances at regular intervals using the log subsystem (see log examples in the lib). If you need synchronous readings for each measurements, you can try to print the measurement in the console from the multiranger deck driver loop, though this might be too much data. Another option is to send data back in binary using an app channel data packet. This will require some custom firmware and python code but it will be by far the fastest and most efficient. Tell me if you need more precision for any of these solution and if you need pointers to where to look in the code. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
how pirntf the Multiranger's all tof distances real time ?
Beta Was this translation helpful? Give feedback.
All reactions