Git Product home page Git Product logo

Comments (5)

msb336 avatar msb336 commented on May 18, 2024 1

Stay tuned for an official release of whitelisted APIs for the competition, but as a general rule of thumb, APIs with the sim prefix will be blocked. The exceptions to this being simGetImage(s) and simLoadLevel

from airsim-neurips2019-drone-racing.

madratman avatar madratman commented on May 18, 2024 1

See https://microsoft.github.io/AirSim-NeurIPS2019-Drone-Racing/, and the recent release notes v0.1.1 and v0.1.0 for control APIs

from airsim-neurips2019-drone-racing.

rmst avatar rmst commented on May 18, 2024 1

How does something like moveByAngleRatesThrottleAsync(roll_rate, pitch_rate, yaw_rate, throttle, duration, vehicle_name='') work precisely?

Are the rates and throttle arguments target values that a PID controller is trying to reach within duration (by modifying the speed of the rotors) or are those values set directly in the simulator and will be held for duration and set to zero afterwards?

Also, what happens if we call the command again before duration has passed? Is it replaced or will it execute after the previous command finishes?

from airsim-neurips2019-drone-racing.

madratman avatar madratman commented on May 18, 2024 1
  • Throttle is set directly. There is no control for the same.
    yes, anglerates are tried to reach with a P controller.
    the controller runs till duration is reached, and then rates are set back to zero. however, wrt throttle, drone switches back to hover, and won't fall out of the sky

  • if you call the command again before duration has passed, it will be replace.
    if you want it to execute after the previous command finishes, you can do :
    moveByAngleRatesThrottleAsync(roll_rate, pitch_rate, yaw_rate, throttle, duration, vehicle_name='').join()
    which will wait for duration to get finished.

Note that for moveByAngleRatesZAsync, Z direction would be stabilized for you.

from airsim-neurips2019-drone-racing.

madratman avatar madratman commented on May 18, 2024

To add on, for control APIs, see comment here #9 (comment)

from airsim-neurips2019-drone-racing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.