Migration 7.4 to 7.5

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.

I fixed acces to the build repo. Now I can build my mission project in 7.5 to the drone in 7.5.1.

I can upload mission to the drone without error but I can’t run it from my OpenFlight. The mission is disabled in the missions panel.

What is the problem ? I have some ideas :

  • OpenFlight not in the latest version
  • The mission build but it haven’t the good configuration
  • I can upload mission to the drone but desn’t work

I move my OpenFlight version to 7.5 and I have the same issue.

So, I think that the problem is the the-hard-way build process. It should not work on drone version 7.5 and newer.

This topic was automatically closed after 30 days. New replies are no longer allowed.