-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
settings.json in document directory #712
Comments
That's great point. I think we should do both of them. So the settings.json would be used in following order of priority:
This would enable scenarios where you are spawning same executable but different command lines OR different executables deployed with its own settings so no command line is needed. Please let me know if you would like to go ahead and put this change in. |
Cool. I'll look at implementing this. |
The PR is merged. Thanks @sytelus! Closing issue. |
Currently, AirSim reads the settings.json from the "my documents" folder on windows, and the user's documents folder in Linux. This creates an issue when attempting to run AirSim in Azure under a service account that does not have access to these folders. For example, when running AirSim with BatchAI, the jobs are run under the _azurebatch service account that does not have write access to anywhere on the disk (so the settings.json cannot be generated automatically during the job, and needs to be manually populated on every machine in the cluster :( ).
I have two proposals:
Of these, I'd prefer #2. If @sytelus approves, I can work on implementation.
The text was updated successfully, but these errors were encountered: