You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i was trying to change the mode of an arducopter using SetMode because using CommandLong its not supported for the autopilot , the problem is that every time when i send the command returns a COMMAND_ACK {command : 11, result : 4} i try to change the custom mode param for my autopilot but it didnt work hope you can tell me if this command works or its no longer in use or am i doing something wrong
Hi i was able to send the mode correctly creating a enum class with the correct value that my autopilot "arducopter 3.2.1" was needed and build it in the SetMode it seems that at least for my autopilot its neccesary to send specific values for the baseMode and custom_mode, i got these printed with the Heartbeat message and i started to change the modes with my rc controller to see the outputs of the baseMode and custom mode so i can send it back with the SetMode class.
Hi, i was trying to change the mode of an arducopter using SetMode because using CommandLong its not supported for the autopilot , the problem is that every time when i send the command returns a COMMAND_ACK {command : 11, result : 4} i try to change the custom mode param for my autopilot but it didnt work hope you can tell me if this command works or its no longer in use or am i doing something wrong
Here is my code
The text was updated successfully, but these errors were encountered: