MAVSDK-Python icon indicating copy to clipboard operation
MAVSDK-Python copied to clipboard

Custom Actuator and Custom Mavlink Messages

Open alireza787b opened this issue 3 years ago • 2 comments

Hi good day I have a custom actuator which is parachute servo that can be controlled from the board and also some custom uorb topics that will be broadcasted with a custom mavlink message. I want to get the custom mavlink message within my mavsdk app and can send command to the parachute servo from the app

I know it is possible and we should do it inside the Mavsdk C++ and then auto-generate the functionality in python but couldn't find good resources for that. Can you please recommend some docs on how to do it? Maybe an example or hint. I will contribute and make the doc for this topic later on :))

alireza787b avatar Aug 16 '22 01:08 alireza787b

Doesn't action.set_actuator() do what you need?

JonasVautherin avatar Aug 16 '22 09:08 JonasVautherin

Thanks How could I miss that? it seems it is precisely what I was looking for. What about custom Mavlink messages or subscribing to specific uORB topics being broadcasted vis mavlink?

alireza787b avatar Aug 18 '22 16:08 alireza787b