Code Monkey home page Code Monkey logo

Comments (2)

tedrek avatar tedrek commented on July 29, 2024

The turn rate for aircraft is based on the exact model so if there are two aircraft but they are different models (ie a B744 vs an A320) they will turn at significantly different rates. In this case 0.8 degrees/second vs 1.3 degrees/second.

I can't find any reason why two aircraft of the same model wouldn't turn at the same rate.

In reality turn rates (especially in a circle) are a function of speed vs. bank angle as opposed to aircraft model.

This will calculate the turn rate as the lesser of 3 degree/s or turn rate with 25 degrees bank at current speed, and is what I've been playing with recently.
var turn_rate = clamp(0, 1 / (this.speed / 8.883031), 0.0523598776);

I can create a pull request if this sounds like a good solution

from atc.

sixeyeco avatar sixeyeco commented on July 29, 2024

Thank you. I was mistaken. I did not compare two craft of same model, Just the same speed, heading and altitude.

I've been trying to get a feel for when to put a plane into 140 degree turn at full speed and have it line up for a perfect approach every time. This would explain my difficulty.

If it jives with the way it is IRL then I would love turn rates dictated by speed and bank angle.

from atc.

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.