How to install Olympe globally?

Hi all,

I am working on a ROS interface for the anafi drone. It uses olympe as a connecting bridge. I have succeed with compiling olympe, but to import olympe, it must be under a virtual environment.

With roslaunch, I don`t see a way to use that virtual environment. Thus, is there a way to install olympe globally?

My pip install failed with:

ERROR: Could not find a version that satisfies the requirement parrot-olympe (from versions: none)
ERROR: No matching distribution found for parrot-olympe

Various versions failed with this reason.

Hi,

pip3 install parrot-olympe should do it provided that you have pip 20.3 or higher.

Installation of Olympe wheels requires pip version 20.3 or higher.

https://developer.parrot.com/docs/olympe/installation.html#install-via-pip-x86-64-desktop-only

This solved my question. Thanks!

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