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

Gate Pass notification #127

Open
Ujwal2910 opened this issue Nov 14, 2019 · 1 comment
Open

Gate Pass notification #127

Ujwal2910 opened this issue Nov 14, 2019 · 1 comment

Comments

@Ujwal2910
Copy link

On viewing the visual screen of airsim while training whenever a drone passes through the gate the counter is increased.
Is there an API call or any method we can fetch this call as it can drastically help in defining the reward space.
Also calculating the euclidian distance between drone position and gate coordinates doesn't help so please suggest something else.

@madratman
Copy link
Contributor

You can read the log file directly. We have sample code in the repo to fetch the latest log file and read the last line. In the api scenario, you'll be calling an api every few ms to check the last gate passed, which will be same as reading from file. Let us know if you are facing issues while parsing the log file

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