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
The lighthouse base stations have an identifier (32 bit nr) that is transmitted in the ootx data and is also available via USB on LH2. Add this to the calibration data to simplify identification.
This will break the current (experimental) API for the lighthouse. It will change the lighthouseCalibration_t type which is used when setting calibration data from an app using the lighthouseCoreSetCalibrationData() function, as well as the memory sub system for calibration data. Calibration data stored in the persistant memory will be ignored.
The lighthouse base stations have an identifier (32 bit nr) that is transmitted in the ootx data and is also available via USB on LH2. Add this to the calibration data to simplify identification.
This will break the current (experimental) API for the lighthouse. It will change the
lighthouseCalibration_t
type which is used when setting calibration data from an app using thelighthouseCoreSetCalibrationData()
function, as well as the memory sub system for calibration data. Calibration data stored in the persistant memory will be ignored.Also see bitcraze/crazyflie-lib-python#194
The text was updated successfully, but these errors were encountered: