AirSDK CLI signatures

I use airsdk-cli to build a mission for a real Anafi-AI.

However, the following documentation seems to have an error how to define the signing key. https://developer.parrot.com/docs/airsdk-cli/mission_yaml.html#mission-signatures

Instead of the signatures: list, I use the following structure:

signature:
  type: local
  path: relative/key.pem

This is also correctly documented here:
https://developer.parrot.com/docs/airsdk/general/sample_hello.html#security-setup-of-a-real-drone

Hi,

This is indeed an error in the documentation. The current airsdk-cli documentation is “too” up-to-date and refers to an internal prototype. We will regenerate the documentation according to the mission.yaml format supported by the 7.6.0 release and reupload the fixed version.
Due to caching, it might take between 24/48h before the fixed version is available online.

In the meantime, the instructions on the hello mission page are indeed correct.

Regards,
Nicolas.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.