Closed praveenVnktsh closed 2 years ago
This issue has been automatically marked as stale because it has not had activity from the community in the last year. It will be closed if no further activity occurs within 20 days.
For anyone reading this in the future: I think the issue occurred because the command is not prolonged over several timesteps. The next command was taking more time than the simulation step and hence the quad was hovering after angle rate command.
Try to reduce the time delay between successive API calls to solve the issue.
Question
What's your question?
I am currently using the
moveByAngleRatesZAsync()
api command, and I notice that after each call completes with.join()
, the drone automatically enters hover mode. Is there any way to bypass this?This is the command I am using -
Include context on what you are trying to achieve
I am trying to make the drone pass through gates using proximal policy optimization and a discrete action space. The actions are to increase the rates in either axis.
Context details
Settings.json -
I am using the neurips competition binaries. However, I am facing the same issue even with the latest version of airsim.
Here is the openai gym wrapper for reference: