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

Add telemetry_server plugin #1482

Merged
merged 11 commits into from
Jul 30, 2021
Merged

Add telemetry_server plugin #1482

merged 11 commits into from
Jul 30, 2021

Conversation

bazfp
Copy link
Collaborator

@bazfp bazfp commented Jul 14, 2021

This plugin will provide the ability to publish telemetry messages from MAVSDK as an autopilot - Effectively the reverse of the telemetry plugin :)

@bazfp
Copy link
Collaborator Author

bazfp commented Jul 14, 2021

Coupled to mavlink/MAVSDK-Proto#240

@julianoes
Copy link
Collaborator

@bazfp should I review and potentially merge this, or are you still working on it?

@bazfp
Copy link
Collaborator Author

bazfp commented Jul 26, 2021

@bazfp should I review and potentially merge this, or are you still working on it?

A few more updates coming your way first

@bazfp
Copy link
Collaborator Author

bazfp commented Jul 27, 2021

Needs mavlink/MAVSDK-Proto#243

src/core/mavsdk_impl.cpp Outdated Show resolved Hide resolved
src/core/system_impl.cpp Outdated Show resolved Hide resolved
src/plugins/telemetry_server/telemetry_server.cpp Outdated Show resolved Hide resolved
src/core/system_impl.h Outdated Show resolved Hide resolved
@bazfp
Copy link
Collaborator Author

bazfp commented Jul 28, 2021

Moved changes to mavsdk_impl and system_impl to action_server

src/plugins/telemetry_server/telemetry_server_impl.cpp Outdated Show resolved Hide resolved
src/plugins/telemetry_server/telemetry_server_impl.cpp Outdated Show resolved Hide resolved
src/plugins/telemetry_server/telemetry_server_impl.cpp Outdated Show resolved Hide resolved
src/plugins/telemetry_server/telemetry_server_impl.h Outdated Show resolved Hide resolved
src/plugins/telemetry_server/telemetry_server_impl.cpp Outdated Show resolved Hide resolved
}

TelemetryServer::Result
TelemetryServerImpl::publish_status_text(TelemetryServer::StatusText status_text)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to re-use this: https://github.com/mavlink/MAVSDK/blob/main/src/core/mavlink_statustext_handler.h
But maybe for now it's ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants