-
Notifications
You must be signed in to change notification settings - Fork 96
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
Which sim prefix functions are OK to use in which tiers? #57
Comments
It's possible we will allow simListSceneObjects() and simGetObjectPose() for the planning tier. As you found in that link to #14 there, that allows you to make a getGatePoses() function pretty easily. (I see your point, that those weren't listed in #19) There's also a chance we will just supply a getGatePoses() function directly, and block off simListSceneObjects() and simGetObjectPose(). Either way, we expect people to follow the method shown in #14 for now. |
By the way, I think it is by far best for tier 3 to give access to Front and Back camera, as it was initially said. The reason for having access to Back camera is obviously to be able to block/kill the lagging drone, which is what makes the competition adversarial and not just a "simple" path-planning task with a randomly moving obstacle. |
So we are not able to get information like angular velocity,acceleration or linear velocity,acc even for our drone right ? baseline_racer.airsim_client.simGetGroundTruthKinematics() - this is not allowed Correct me if i'm wrong. baseline_racer.airsim_client.simGetVehiclePose() - just this allowed for both drones |
See list for qualification binaries in the readme : https://github.com/microsoft/AirSim-NeurIPS2019-Drone-Racing#downloading as @ironclownfish mentioned, simListScneObjects is still working. |
I got confused with reading closed issues from July to here on. On here
#14
It says
Which itself calls simListSceneObjects method/function. A prefix sim function. As far i know only sim related functions were simLoadLevel and simGetImage
#19
Can you post what is OK to use and what's not for each tier
thank you
The text was updated successfully, but these errors were encountered: