Search papers, labs, and topics across Lattice.
This paper introduces Orbit-Planner, a two-stage latent world model designed for on-orbit obstacle avoidance in satellite agents, addressing the limitations of conventional planners that rely on static maps and fixed assumptions. By learning action-conditioned spacecraft dynamics, Orbit-Planner enables future-state rollouts in a latent space and employs a Physics Probe to translate these rollouts into physical state changes. Experimental results in closed-loop navigation within Isaac Sim show that Orbit-Planner achieves a remarkable success rate of 91.7% in obstacle avoidance tasks.
Achieving a 91.7% success rate in obstacle avoidance, Orbit-Planner redefines how satellite agents navigate dynamic environments without relying on fixed maps.
Satellite agents for on-orbit navigation tasks need to predict collision risks using limited onboard observations. However, conventional planners often rely on predefined maps and fixed environmental assumptions, limiting their adaptability in dynamic on-orbit scenarios. In this paper, we propose Orbit-Planner, a two-stage latent world model for on-orbit obstacle avoidance. Orbit-Planner learns action-conditioned spacecraft dynamics to perform future-state rollouts in latent space, and introduces a Physics Probe to decode physical state changes from imagined latent trajectories. Experiments demonstrate that Orbit-Planner can perform long-horizon latent rollouts and recover physical states from imagined trajectories. In closed-loop obstacle-avoidance navigation in Isaac Sim, it attains a success rate of 91.7%. Code is available at https://github.com/ZhijianLi2003/Orbit_Planner.