I’m using a Swift Pro and the python library here:
I see there’s a way to get its current position at a regular interval, but is there any way to set a callback methods for when a synchronous set_position routine has been completed?
I’m using a Swift Pro and the python library here:
I see there’s a way to get its current position at a regular interval, but is there any way to set a callback methods for when a synchronous set_position routine has been completed?
I figured out what I wanted to do by using a series of async set_position
commands and flush_cmd()
…