Making a Smooth Speed Limiter in Stormworks (Engineer Explains)

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 12

  • @Neotastic_Gaming
    @Neotastic_Gaming 20 днів тому +1

    Cool!

    • @454ss_gaming
      @454ss_gaming  20 днів тому +1

      Thank you! Love a good application of math and practicality!

  • @OddlyTugs
    @OddlyTugs 20 днів тому +3

    Oh make a steering controller/stablizer it is super simple just a linear speed sensor and angular speed sensor. You can get fancy with it with a low speed filter, slip angle limiting, also for trucks you can remove the return-to-center effect at lower speeds for that truck sim feel. There is so much you can do with it. Also don't be tempted to limit the angle with high speed, instead limit the rate of turning at higher speed and let the slip angle limiter, limit the steering. If you do just limit by high speed use only a forward linear speed sensors so u regain authority if you spin out.
    I really dislike how basically every cool car either has no steering stablization or a very basic implementation.

  • @Feradose
    @Feradose 20 днів тому +2

    Needed this so bad

  • @Bossdom2010
    @Bossdom2010 20 днів тому +3

    Could you make a smooth cruise control for the cars? Like one simular to cars IRL

    • @454ss_gaming
      @454ss_gaming  20 днів тому +4

      Yup! I already have this system in my cars but I can make a tutorial for it!

  • @derpyhooves4287
    @derpyhooves4287 19 днів тому

    I just limit speed by using gearboxes or disallowing my throttle levers from getting past a certain number...

  • @Guapter
    @Guapter 20 днів тому +1

    why dont just use PID for it ?

    • @454ss_gaming
      @454ss_gaming  20 днів тому +3

      You can certainly do that! Of course there are multiple ways to solve problems, but I found this to work well for me!

    • @OddlyTugs
      @OddlyTugs 20 днів тому +2

      This is a PID, without the D. PID is just used as a coverall term with a common example but it's control theory in practice.

  • @jallark9041
    @jallark9041 17 днів тому

    I've been doing something similar but simpler. Throttle = ((set speed - actual speed)/3) clamped at .45
    Then i double the value for the air input