This class provides synchronous access to log data from the Crazyflie.
It acts as an iterator and returns the next value on each iteration. If no value is available it blocks until log data is received again.
Classes
SyncLogger
SyncLogger(crazyflie, log_config)
Construct an instance of a SyncLogger
Takes an Crazyflie or SyncCrazyflie instance and one log configuration or an array of log configurations
Class variables
DISCONNECT_EVENT
Methods
def connect(self)
def disconnect(self)
def is_connected(self)
def next(self)