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
Most of these ArDrone3 features still need implementing. They all have references to the C SDK that need to be tracked down in order to know what they contain and how to (de)serialize them.
Some features already have more information taken from the official C SDK, PyParrot Python SDK or even received Frames during testing that are Unknown and need implementing.
Implement Feature::ArDrone3
Most of these ArDrone3 features still need implementing. They all have references to the C SDK that need to be tracked down in order to know what they contain and how to (de)serialize them.
Some features already have more information taken from the official C SDK, PyParrot Python SDK or even received Frames during testing that are Unknown and need implementing.
ArDrone3 can be found here:
arsdk-rs/arsdk-rs/src/ardrone3.rs
Lines 9 to 128 in 040590f
For each ArDrone3 feature there must be implementations of:
impl TryFromCtx
impl TryIntoCtx
TODOs:
Resources
must be built in order to have the reference Features to be able to track them down.
The text was updated successfully, but these errors were encountered: