Story Details

  • A Real-Time Algorithm for Non-Convex Powered Descent Guidance [pdf]

    Posted: 2025-04-19 12:25:58

    This paper presents a real-time algorithm for powered descent guidance, focusing on scenarios with non-convex constraints like obstacles or keep-out zones. It utilizes a novel Sequential Convex Programming (SCP) approach that reformulates the non-convex problem into a sequence of convex subproblems. These subproblems are solved efficiently using a custom interior-point method, enabling rapid trajectory generation suitable for online implementation. The algorithm's performance is validated through simulations of lunar landing scenarios demonstrating its ability to generate feasible and fuel-efficient trajectories while respecting complex constraints, even in the presence of disturbances. Furthermore, its computational speed is shown to be significantly faster than existing methods, making it a promising candidate for real-world powered descent applications.

    Summary of Comments ( 3 )
    https://news.ycombinator.com/item?id=43735960

    HN users discuss the practical applications and limitations of the proposed powered descent guidance algorithm. Some express skepticism about its real-time performance on resource-constrained flight computers, particularly given the computational complexity introduced by the non-convex optimization. Others question the novelty of the approach, comparing it to existing methods and highlighting the challenges of verifying its robustness in unpredictable real-world scenarios like sudden wind gusts. The discussion also touches on the importance of accurate terrain data and the potential benefits for pinpoint landing accuracy, particularly in challenging environments like the lunar south pole. Several commenters ask for clarification on specific aspects of the algorithm and its implementation.