microsoft / AirSim-Drone-Racing-Lab

A framework for drone racing research, built on Microsoft AirSim.
MIT License
185 stars 42 forks source link

Edit the order of the gates #4

Closed yixjia closed 3 years ago

yixjia commented 3 years ago

Hello,

My teammates and I are trying to implement our planning algorithm and we're wondering if there is a way for us to edit the order that we can pass through the gates?

Thank you!

yixjia commented 3 years ago

Nvm, just found out we can order the gates easily by ourselves.

krsandeep98 commented 3 years ago

@LucasYXJ can you give some details on how to go about changing the order of the gates? Also, have you experimented with altering the position of the gates in the environment? I only have access to the binary file in the ADRL/Binaries/Linux folder and am not sure how to change that. Should we use the simSetObjectPose api? @madratman @saihv @sytelus Tagging others as well, let me know if you need more details to answer.

yixjia commented 3 years ago

Hi, I actually alternated the order that the drone passes through the gates instead of the order of the gates. I've not tried to alter positions of the gates in the environment.

krsandeep98 commented 3 years ago

Just wanted to clarify, do you mean that you passed the gates information in a different manner (order) to the drone and let the drone cross them in that order?

yixjia commented 3 years ago

Yes.