Open Ziaad03 opened 2 weeks ago
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 WPNAV_SPEED
that controls the drone speed in auto mode only but it only change the speed to a value under 10 m/s . If I try to give it a value above 10 , the speed will not change and stay at 10 m/s. Also, I want to say that I really appreciate your help, and I want to thank you for your efforts.
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.