Skip to content
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

Check MAVSDK server latency #2

Open
elpiel opened this issue Dec 31, 2020 · 2 comments
Open

Check MAVSDK server latency #2

elpiel opened this issue Dec 31, 2020 · 2 comments
Labels
good first issue Good for newcomers

Comments

@elpiel
Copy link
Member

elpiel commented Dec 31, 2020

Check what is the request-response time for the MAVSDK server which underneath uses the MAVLINK protocol to send and receive messages.

This will help us determine if it's reliable for Proof of concept project regarding flying/controlling drones.

@elpiel elpiel added the good first issue Good for newcomers label Dec 31, 2020
@elpiel
Copy link
Member Author

elpiel commented Mar 17, 2022

There is still a need to check the latency of the MAVSDK server which is introduced by the added layer.

I've had a quick chat with @julianoes from the MAVLink community and he mentioned that the MAVSDK server has not been profiled, but it should be possible to get to 200 Hz with a release build on a Raspberry Pi 3.

This, however, is not backed by any data and the need for looking into this issue is with a higher priority.

@julianoes
Copy link

Caveat, so my assumption is that the MAVSDK library can handle it. I have no idea how the gRPC server part would handle it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Development

No branches or pull requests

2 participants