-
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
Add simDisableCamera API #2465
Add simDisableCamera API #2465
Conversation
Placeholder only in Unity for now since there are problems in Unity's settings parsing I think |
Hmm, I think it would be ideal to handle this on C++ side itself, instead of asking the user to call a |
Yes, it might be better to disable the camera right inside AirSim after |
I've included a one-line fix for this as mentioned by @madratman in #2713, one main problem is that PR mostly won't get merged anytime soon
I prefer the 1st option, let me know which seems better |
Replaced by #2881 |
Closes #2464, #2389
Without
simDisableCamera
-With
simDisableCamera
-Only Unreal Engine for now, problem in parsing the settings in Unity
Hiding the whitespace changes makes it much easier to review (Sorry for this, editor settings)