Hello,
I have a project in 7.4 with old build process (.repo). We have 2 drones and one has been migrated to 7.5.1 and it’s a very bad new because my mission can’t be run on it.
I try to build with sdk 7.5 (latest).
Command:
PARROT_BUILD_BASE_SDK_VERSION=7.5.0 ./build.sh -p nexter-pc -t download-base-sdk -t all -j
The project build for nexter-classic
(the drone) and I can install in the drone. But I can’t launch mission in my OpenFlight
application.
So I decide to upgrade my repo
to (the-hard-way
) but I have this issue:
Downloading Repo source from https://gerrit.googlesource.com/git-repo
manifests:
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
manifests: sleeping 4.0 seconds before retrying
manifests:
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
I followed your documentation → Creating a mission - 7.7
But I missing somethings ?
The only solution we have is to downgrade drone firmware to 7.4 but we can’t do it without you.