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
I have problems with running mavsdk_server from within a Docker container. My stack includes PX4 Autopilot 1.20 running on px4io/px4-dev-simulation-focal:latest image and MAVSDK 0.40.0 running on ubuntu:20.04
I broadcast MAVLINK commands to other containers with this command.
pxh>mavlink start -p -o 14560 -u 14560
The mavsdk_server connects but runs with errors. I can connect to gRPC endpoint but the stream refreshes every minute or so.
What do I miss?
When you run all this, is the computer's CPU maxed out? I'm wondering if PX4 is running slower than realtime and hence MAVSDK sometimes "loses the connection", so sees heartbeats timing out.
Hi,
I have problems with running mavsdk_server from within a Docker container. My stack includes PX4 Autopilot 1.20 running on
px4io/px4-dev-simulation-focal:latest
image and MAVSDK 0.40.0 running onubuntu:20.04
I broadcast MAVLINK commands to other containers with this command.
pxh>mavlink start -p -o 14560 -u 14560
The mavsdk_server connects but runs with errors. I can connect to gRPC endpoint but the stream refreshes every minute or so.
What do I miss?
mavsdk image:
mavsdk_server log:
The text was updated successfully, but these errors were encountered: