Viewing profile — pacetest
pacetest
HN member- Joined
- Thu, Jun 05, 2025, 7:31 AM UTC
- HN karma
- 10
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About pacetest
No profile information was provided.
Recent public activity
-
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 …
-
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…
- comment
-
comment
Comment #44189358
No, but there's a previous paper for the controller used: https://arxiv.org/abs/2504.21586
-
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.
-
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…