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
In order to configure the loco positioning system we need to be able to communicate with the anchors on the UWB network.
The first step is to implement a bridge that allows to send short packet (<28bytes) to the UWB network. At first bridge is unidirectional CRTP->UWB. The first use case is to setup anchor position in the anchors.
The packet is part of the Localization port generic packet implemented by #196. The first by indicates the ID of the anchor to send the packet to (0xff for multicast). The rest is the data packet.
The packet is sent with a first byte indicating it is a short packet to the UWB LPS system as soon as possible by the Crazyflie.
There is no downlink implemented as part of this ticket.
The text was updated successfully, but these errors were encountered:
In order to configure the loco positioning system we need to be able to communicate with the anchors on the UWB network.
The first step is to implement a bridge that allows to send short packet (<28bytes) to the UWB network. At first bridge is unidirectional CRTP->UWB. The first use case is to setup anchor position in the anchors.
The packet is part of the Localization port generic packet implemented by #196. The first by indicates the ID of the anchor to send the packet to (0xff for multicast). The rest is the data packet.
The packet is sent with a first byte indicating it is a short packet to the UWB LPS system as soon as possible by the Crazyflie.
There is no downlink implemented as part of this ticket.
The text was updated successfully, but these errors were encountered: