Velocity attribution in orbit.py (Orbit Trajectory) multirotor code example #3524
Unanswered
arielingrid
asked this question in
Support Q&A
Replies: 1 comment 1 reply
-
|
Hi @arielingrid! I didn't go too deep into the code, but I understand that it is correct because the speed is that distance per second, if the modulus of the distance is always the same, then the modulus of the speed in that trajectory will be too |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In orbit.py airsim example code for orbit trajectory, I would like to understand why the calculation of velocity (that will be passed to moveByVelocityAsync func) is done as the subtraction of coordinate position values?


Position coordinates is returned by the following function:

Ubuntu 18.04, AirSim v1.4.0
Beta Was this translation helpful? Give feedback.
All reactions