← Latest papers
⚡ electrical engineering

Risk-Aware Kinodynamic Motion Planning Under Uncertainty For Safe Navigation on Planetary Environments

This paper presents a two-stage framework for risk-aware kinodynamic motion planning in uncertain planetary environments that combines a sampling-based AO-RRT planner with sequential convex optimization, utilizing Conditional Value-at-Risk (CVaR) to achieve over 97% risk reduction in both simulations and hardware experiments.

Original authors: Sachin Sunil Kelkar, Tanmay Dokania, Yashwanth Kumar Nakka

Published 2026-08-12
📖 4 min read☕ Coffee break read

Original authors: Sachin Sunil Kelkar, Tanmay Dokania, Yashwanth Kumar Nakka

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot how to walk through a dense, foggy forest. The robot has a map, but the map isn't perfect; the trees might be slightly taller or shorter than drawn, and the ground might be slippery or full of hidden rocks. If the robot just follows the map blindly, it might trip, fall, or crash into a tree it didn't see coming. This is the heart of a big challenge in robotics: how do you plan a path when you aren't 100% sure what the world looks like or how your robot will react to it? Scientists call this "motion planning under uncertainty." It's not just about finding the shortest route; it's about finding the safest route, one that accounts for the fact that things might go wrong. If a robot is exploring Mars, where a crash could mean the end of a multi-million dollar mission, guessing is not an option. You need a way to calculate risk, not just distance.

This paper tackles that exact problem for robots exploring planetary surfaces, like the dusty, rocky landscapes of Mars or the Moon. The authors, working at the Georgia Institute of Technology, developed a two-step "brain" for a robot that helps it navigate safely even when it's unsure about the terrain or its own movements.

First, the robot uses a method called AO-RRT (Asymptotically Optimal Rapidly Exploring Random Trees). Think of this as a robot that quickly sketches out many possible paths through the forest, like a hiker throwing darts at a map to see where they land. But here's the twist: instead of just picking the shortest path, this robot calculates a "risk score" for every step. It asks, "If I go here, how likely am to hit a rock if the ground is slippery?" It uses a mathematical tool called Conditional Value-at-Risk (CVaR) to focus on the worst-case scenarios. If a path looks good on average but has a tiny chance of a catastrophic crash, this tool flags it as dangerous.

Once the robot has a rough, safe sketch of a path, it moves to the second step: Sequential Convex Programming (SCP). Imagine the first sketch was drawn with a shaky hand; it's safe, but maybe a bit jerky or bumpy. The SCP acts like a smooth, steady hand that refines the drawing. It takes that rough path and polishes it, making the movements smoother and more efficient while keeping the safety guarantees intact. It solves a complex math puzzle to ensure the robot doesn't just look like it can make the turn, but actually can make it without slipping or crashing.

The researchers tested this system in two ways: on a computer simulation and on a real robot called the "Leo rover" in a lab that mimicked a rocky, uncertain environment. The results were striking. When they let the robot plan without worrying about risk, it chose a path that looked efficient but incurred a joint collision risk of 0.94. This high risk score indicated that the robot was almost certain to collide with an obstacle, leading to a likely mission failure. However, when they used their risk-aware method, the robot found a path that reduced that collision risk to just 6 × 10⁻³ (a tiny 0.006 chance). Even more impressively, the risk-aware planning reduced the overall risk by over 97% compared to the risky path, all while keeping the energy cost (control cost) almost the same.

In their real-world hardware tests, the robot successfully tracked these safe paths on granular, sandy terrain, even when its wheels slipped. Despite the uncertainty of the slippery ground, the robot stayed on course with an average error of only 6 cm. The paper shows that by teaching robots to fear the worst-case scenarios just a little bit, we can guide them through the unknown without them crashing, making space exploration much safer and more likely to succeed.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →