-
Notifications
You must be signed in to change notification settings - Fork 221
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
Support custom COMMAND_LONG listeners and be able to ACK #713
Comments
I think this should be possible using the passthrough plugin. Before I add it as explicit functionality we would have to standardize it in MAVLink. We had several discussions about custom action commands before, the previous attempt was a bit too complex though, in my opinion: mavlink/MAVSDK#1581 (comment). |
User actions are standardized in mavlink no? |
Here: mavsdk/action_server.py |
Does the autopilot (e.g. PX4) support sending USER_1 commands and waiting for an ack? That would be the first step. |
Yes it does, we are already using this with pymavlink |
Ok, which PX4 version do I use to test this? |
We are using MAV_CMD_WAYPOINT_USER_1 to run custom commands from a mission
This ability is currently missing from mavsdk making it impossible for us to switch.
Would be nice to be able to add a custom action listener. We would need the param values too
@julianoes FYI
The text was updated successfully, but these errors were encountered: