Olympe.drone - _do_connect - '10.202.0.1 connection retries failed

Hi all,

I am trying to test the sphinx simulator and I got thie error. olympe.drone - _do_connect - '10.202.0.1 connection retries failed

What i did :
Terminal 1 :
sudo systemctl start firmwared.service
sphinx “/opt/parrot-sphinx/usr/share/sphinx/drones/anafi_ai.drone”::firmware=“https://firmware.parrot.com/Versions/anafi2/pc/%23latest/images/anafi2-pc.ext2.zip
Terminal 2 :
parrot-ue4-empty

Until here, everything works well.see pictures.

Terminal 3 :
. ./my-virtual-env/bin/activate
cd workspace…
python takeoff.py
and i get the error.

ifconfig gave m :
fd_veth0 with inet 10.202.0.254
ping 10.202.0.1 working well. see pictures too.

How can I resolve the problem






?
Thanks by advance

i saw :
sphinx “/opt/parrot-sphinx/usr/share/sphinx/drones/anafi_ai.drone”::firmware="https://firmware.parrot.com/Versions/anafi2/pc/%23latest/images/anafi2-pc.ext2.zip"

gave :
param drone_iface = eth0
param drone_ip = 192.168.42.1/24

and ifconfig gave :
fd_veth0 with inet 10.202.0.254

maybe be the fisrt command sould give veth0 not eth0 ?

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