You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[10:16:19|Info ] MAVSDK version: v2.2.0 (mavsdk_impl.cpp:26)
[10:16:19|Info ] Waiting to discover system on serial:///dev/serial0:57600... (connection_initiator.h:20)
[10:16:19|Debug] New system ID: 1 Comp ID: 1 (mavsdk_impl.cpp:737)
[10:16:19|Debug] Component Autopilot (1) added. (system_impl.cpp:388)
[10:16:20|Warn ] Vehicle type changed (new type: 2, old type: 0) (system_impl.cpp:230)
[10:16:20|Debug] Discovered 1 component(s) (system_impl.cpp:563)
[10:16:20|Info ] System discovered (connection_initiator.h:62)
Illegal instruction
I have tried to build from source with the same result. The system is Raspberry pi Zero 2 W on 64bits Bookworm.
I can connect to the FC via MavProxy so I can interact with the drone via QGroundcontrol that way but not via MavSDK.
The text was updated successfully, but these errors were encountered:
When I try to connect with to my drone with
It just get stuck forever. If I try to run the server directly with
sudo ~/.local/lib/python3.9/site-packages/mavsdk/bin/mavsdk_server serial:///dev/serial0:57600
I get the following error:
I have tried to build from source with the same result. The system is Raspberry pi Zero 2 W on 64bits Bookworm.
I can connect to the FC via MavProxy so I can interact with the drone via QGroundcontrol that way but not via MavSDK.
The text was updated successfully, but these errors were encountered: