-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# SPIN: An Open Simulator of Realistic Spacecraft Navigation Imagery | ||
|
||
[![arXiv](https://img.shields.io/badge/arXiv-2406.07500-b31b1b.svg)](https://arxiv.org/abs/2406.07500) | ||
|
||
We present SPIN (SPacecraft Imagery for Navigation), a novel open-source realistic spacecraft image generation tool for relative navigation between two spacecrafts. SPIN provides a wide variety of ground-truth data and allows researchers to employ custom 3D models of satellites, define specific camera-relative poses, and adjust various settings such as camera parameters and environmental illumination conditions. | ||
# SPIN: An Open Simulator of Realistic Spacecraft Navigation Imagery | ||
Data acquired in space operational conditions is scarce due to the costs and complexity of space operations. This poses a challenge to learning-based visual-based navigation algorithms employed in autonomous spacecraft navigation. Existing datasets, which largely depend on computer-simulated data, have partially filled this gap. However, the image generation tools they use are proprietary, which limits the evaluation of methods to unseen scenarios. Furthermore, these datasets provide limited ground-truth data, primarily focusing on the spacecraft's translation and rotation relative to the camera. To address these limitations, we present SPIN (SPacecraft Imagery for Navigation), an open-source realistic spacecraft image generation tool for relative navigation between two spacecrafts. SPIN provides a wide variety of ground-truth data and allows researchers to employ custom 3D models of satellites, define specific camera-relative poses, and adjust various settings such as camera parameters and environmental illumination conditions. For the task of spacecraft pose estimation, we compare the results of training with a SPIN-generated dataset against existing synthetic datasets. We show a 50% average error reduction in common testbed data (that simulates realistic space conditions). | ||
|
||
<div style="text-align: center;"> | ||
<img src="figs/comparison.jpg" height="400"> | ||
</div> | ||
Paper can be read here: [https://arxiv.org/abs/2406.07500](https://arxiv.org/abs/2406.07500) | ||
|
||
Code and the full version will be available upon acceptance of our paper. | ||
# Demo | ||
We will soon share a functional version and a roadmap with future updates. |