-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
No horizontal movement API in drone's x, y, z axes #3138
Comments
same problem here too. |
You could create a function that uses the pitch, roll and yaw of the vehicle (from |
Hey @ICYPOLE! That would be very handy. Want to submit a PR for a new |
Thanks, @ahmed-elsaharti, for your PR! Just for curiosity, what tool are you using to make your graphics? |
@jonyMarino I generally use Microsoft Onenote along with my graphics tablet 😃 |
OS: Win10
AirSim: v1.3.1
Python: v3.6.12
I am currently writing a PC keyboard controller in Python for controlling drone. When trying to control the drone for horizontal movement, I found that all of the APIs, such as
moveByVelocityAsync
,setVelocityControllerGains
, are implemented for world x, y, z axes.I wonder if there is any possible solution to move the drone horizontally in the drone's x, y, z axes, which is more intuitive.
The text was updated successfully, but these errors were encountered: