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
Implement some sort of transportation of anchor position data from the CF to a client over CRTP.
Currently the anchor position is set in the Crazyflie from a client using the parameter sub system. The positioning system is under redesign and anchor positions will be stored in the anchors instead, to support this we need a way to transfer anchor position data from the copter to a client. Primary candidates for this is to use the memory- or logging sub systems.
The text was updated successfully, but these errors were encountered:
Implement some sort of transportation of anchor position data from the CF to a client over CRTP.
Currently the anchor position is set in the Crazyflie from a client using the parameter sub system. The positioning system is under redesign and anchor positions will be stored in the anchors instead, to support this we need a way to transfer anchor position data from the copter to a client. Primary candidates for this is to use the memory- or logging sub systems.
The text was updated successfully, but these errors were encountered: