Open alireza787b opened 2 years ago
Doesn't action.set_actuator()
do what you need?
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?
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 :))