Live data from Hacker News

Viewing profile — pacetest

pacetest

HN member
Joined
Thu, Jun 05, 2025, 7:31 AM UTC
HN karma
10
Public activity
6 items

About pacetest

No profile information was provided.

Recent public activity

  1. comment
    Comment #44210014

    Its not just a stabilization/rate control loop but the NN does both guidance and control. It is an MLP that takes state + upcoming gate positions/waypoints and controls the motors …

  2. comment
    Comment #44209221

    Not much since it doesn't take images as it's input and it's running on an embedded mcu. Based on the papers linked elsewhere in here the state vector is 24 floats and it's running…

  3. comment
  4. comment
    Comment #44189358

    No, but there's a previous paper for the controller used: https://arxiv.org/abs/2504.21586

  5. comment
    Comment #44189341

    It's fundamentally different, it's using an RL trained network that gets the drone state (position, orientation, velocity) as input and directly outputs motor commands.

  6. comment
    Comment #44189276

    It used a small RL trained network running on the flight controllers MCU directly that controlled the motors given state (position, orientation ...) inputs. The Jetson handled visi…