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! Great work on this, it works great in terms of controlling the drone. I am struggling to get necessary data back from the drone though.
Is there a way to get the data mentioned in the title? I have had a look through the XML spec and it appears that there are some commands that would return this information but nothing gets returned when using them. I am assuming I am using them wrong...
Should const state = parser.getCommand('common', 'CommonState', 'AllStatesChanged'); drone.runCommand(state)
update state or return state? Or neither?
If that isn't the correct approach would someone be able to point in the right direction?
Thanks again,
The text was updated successfully, but these errors were encountered:
Hi! Great work on this, it works great in terms of controlling the drone. I am struggling to get necessary data back from the drone though.
Is there a way to get the data mentioned in the title? I have had a look through the XML spec and it appears that there are some commands that would return this information but nothing gets returned when using them. I am assuming I am using them wrong...
Should
const state = parser.getCommand('common', 'CommonState', 'AllStatesChanged');
drone.runCommand(state)
update state or return state? Or neither?
If that isn't the correct approach would someone be able to point in the right direction?
Thanks again,
The text was updated successfully, but these errors were encountered: