Unable to Connect to 10.202.0.1 with Olympe

Hello,

I am trying to follow along with the Olympe user’s guide but when I get to actually using the “Hello World” python script, it cannot connect to 10.202.0.1. I have tried rolling back the kernel to 6.1.50-060150-generic but that still has not worked. The Sphinx application loads OK, but Olympe is not connecting.

Here is the output:

2023-09-11 12:16:54,268 [INFO] 	olympe.backend - _create_pomp_loop - Creating pomp loop
2023-09-11 12:16:54,270 [INFO] 	olympe.backend - _do_create - device callbacks have been added to arsdk_ctrl
2023-09-11 12:16:54,270 [INFO] 	olympe.scheduler - _create_pomp_loop - Creating pomp loop
2023-09-11 12:16:54,274 [INFO] 	olympe.media - _create_pomp_loop - Creating pomp loop
2023-09-11 12:16:57,280 [INFO] 	olympe.drone - _async_discover_device - Net discovery failed for b'10.202.0.1'
2023-09-11 12:16:57,280 [INFO] 	olympe.drone - _async_discover_device - Trying 'NetRaw' discovery for b'10.202.0.1' ...
2023-09-11 12:16:58,030 [INFO] 	olympe.drone - _async_get_device - Unable to discover the device: b'10.202.0.1'
2023-09-11 12:17:00,031 [ERROR] 	olympe.drone - _do_connect - '10.202.0.1 connection retries failed
Traceback (most recent call last):
  File "/home/akkumar03/./takeoff.py", line 19, in <module>
    test_takeoff()
  File "/home/akkumar03/./takeoff.py", line 12, in test_takeoff
    assert drone(TakeOff()).wait().success()
AssertionError
2023-09-11 12:17:00,163 [INFO] 	olympe.drone - _on_device_removed - <olympe.arsdkng.cmd_itf.DisconnectedEvent object at 0x7feca851ef20>
2023-09-11 12:17:00,164 [INFO] 	olympe.scheduler - _destroy_pomp_loop - Pomp loop has been destroyed: subscribers_thread
2023-09-11 12:17:00,264 [INFO] 	olympe.media - _destroy_pomp_loop - Pomp loop has been destroyed: Thread-3
2023-09-11 12:17:00,365 [INFO] 	olympe.backend - _destroy_pomp_loop - Pomp loop has been destroyed: Thread-2

I am using Ubuntu 22.04. I really need this figured out as soon as possible.

Thanks

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