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
Hey! We are working on an insect tracking project, and this piece of code looks useful to us. Our software is in Rust, but I am quite bad at Rust... Can you provide some example code?
I'm interested in:
sending out CMD_CONTROL messages to the gimbal over usb
subscribing for realtime data stream (encoder and imu angle data in particular) (CMD_DATA_STREAM_INTERVAL)
parsing the incoming stream of encoder/imu data (CMD_REALTIME_DATA_CUSTOM)
fetching some parameters (encoder offsets for example, found in CMD_READ_PARAMS_EXT)
An example with just one thing should hopefully be enough for me to figure out the rest.
The text was updated successfully, but these errors were encountered:
Hey! We are working on an insect tracking project, and this piece of code looks useful to us. Our software is in Rust, but I am quite bad at Rust... Can you provide some example code?
I'm interested in:
An example with just one thing should hopefully be enough for me to figure out the rest.
The text was updated successfully, but these errors were encountered: