Skip to content
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

Aircraft did not respond to moveWithVelocity command #123

Closed
tariqras opened this issue May 4, 2017 · 3 comments
Closed

Aircraft did not respond to moveWithVelocity command #123

tariqras opened this issue May 4, 2017 · 3 comments

Comments

@tariqras
Copy link

tariqras commented May 4, 2017

Hello

We have been experimenting with the moveWithVelocity from LinuxFlight.cpp.

We have varied the velocity across and range and the timeout across a range but the aircraft does not appear to respond to the command.

Flight controller: DJI A3
Code attached, console log output attached

console-log.txt
code-snippet.txt

We are able to use MoveByPositionOffset (control mode 0x91) without issues. Please let us know how to properly use MoveWithVelocity. Our intent is move with velocity with respect to the ground reference at speeds between 0 to 1.5 meters per second

Thank you
Tariq

@tariqras
Copy link
Author

tariqras commented May 4, 2017

We did some experimentation and found that
01010011
0x53 (Body Frame, yaw angle, vert pos) gives the desired behavior though this is not what we expected the meaning of body frame of reference to be.

@rohitsantdji
Copy link

We just pushed a hotfix, can you confirm that solves your issue?

@tariqras
Copy link
Author

tariqras commented May 5, 2017

Using 0x53 fixed the issue as a workaround using the SDK before the hotfix, we will pull the hotfix and try it in a couple of days. Thanks very much.

pcler pushed a commit that referenced this issue May 7, 2020
…develop

* commit '8f214c1a3c0a1ce13282cd2242dd96da570a4a8f':
  fix:fix sample crash
  feat: add mo test in MOP QA sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants