-
-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can i fix that #2493
Comments
https://github.com/alireza787b/mavsdk_drone_show.git - this is project, i'm running project on ubutun linux 22.04.5 |
I think that mavsdk_server needs to detect a MAVLink system before it starts the gRPC server. |
let's me try |
dkzdragon02@dkzdragon02:~$ ls |
I meant that when you start To be confirmed, but if I remember correctly that's how it goes. Which means that you can't just start Does that make sense? |
let's me try if i can't fix that i will send the message error |
dkzdragon02@dkzdragon02:~/mavsdk_drone_show$ /bin/python3 /home/dkzdragon02/mavsdk_drone_show/offboard_multiple_from_csv.py
[DEBUG] Simulation Mode: True
[DEBUG] Configuration CSV: config_sitl.csv
[DEBUG] Swarm CSV: swarm_sitl.csv
2025-01-16 11:41:39 [DEBUG] asyncio: Using selector: EpollSelector
/home/dkzdragon02/mavsdk_drone_show/offboard_multiple_from_csv.py:973: DeprecationWarning: connections() is deprecated and will be removed; use net_connections() instead
for conn in proc.connections(kind='inet'):
2025-01-16 11:41:41 [DEBUG] main: Constructed MAVSDK server path: /home/dkzdragon02/.local/lib/python3.10/site-packages/mavsdk/bin/mavsdk_server
2025-01-16 11:41:41 [INFO] main: MAVSDK server started with gRPC port 50040 and UDP port 14540.
2025-01-16 11:41:51 [ERROR] main: MAVSDK server did not start listening on port 50040 within timeout.
2025-01-16 11:41:51 [ERROR] main: Failed to start MAVSDK server. Exiting program.
The text was updated successfully, but these errors were encountered: