-
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
Parameter Error with set_maximum_speed
and get_maximum_speed
#733
Comments
You're right. Looks like it's not supported for ArduPilot in the current state. It's using a PX4 only param. |
Ok, do you have any idea how the speed can be changed other than using these methods? |
Check the ArduPilot docs and parameters. |
There is a parameter called |
Thank you for your kind words. I have to say I'm somewhat tempted to remove this MAVSDK API because:
|
I encountered an issue when using the
set_maximum_speed
andget_maximum_speed
functions in MAVSDK. Whenever I attempt to use these methods, I receive a parameter error, and the command fails. I also want to mention that I am using Arduopilot. Also, when using theset_current_speed
method the speed of the drone stays the same at 10 m/s even though ArduoPilot acknowledges the command.The text was updated successfully, but these errors were encountered: