Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ethz-asl/scouting-ipp

Repository for implementation of Traversing Mars: Cooperative Informative Path Planning to Efficiently Navigate Unknown Scenes
https://github.com/ethz-asl/scouting-ipp

planning robotics

Last synced: 25 days ago
JSON representation

Repository for implementation of Traversing Mars: Cooperative Informative Path Planning to Efficiently Navigate Unknown Scenes

Awesome Lists containing this project

README

        

# Traversing Mars: Cooperative Informative Path Planning to Efficiently Navigate Unknown Scenes

![](https://github.com/ethz-asl/scouting-ipp/assets/36043993/f0d283df-9de1-4eb7-b4b6-66a82a389194)

This repository will contain the code for our informative path planning (IPP) framework allowing a mobile scout (e.g. an MAV) to explore the cost-optimal path of a follower robot (e.g. a rover) to a goal location in unknown environments. (Visuals: NASA/JPL)

> This project was supported by the ETH Research Grant AvalMapper ETH-10 20-1 and the Swiss National Science Foundation (SNSF).

# Table of Contents
**Credits**
* [Paper](#Paper)
* [Video](#Video)

> **__Note__** The code will be released here shortly.
>
> **Setup**
> * Installation
> * Datasets
>
> **Examples**
> - Running an experiment

# Paper
If you find this useful for your research, please consider citing our paper:

* Friedrich M. Rockenbauer, Jaeyoung Lim, Marcus G. Müller, Roland Siegwart, and Lukas Schmid, "**Traversing Mars: Cooperative Informative Path Planning to Efficiently Navigate Unknown Scenes**", in *ArXiv Preprint*, arxiv:2406.05313, 2024. [ [ArXiv](https://arxiv.org/abs/2406.05313) ]
```bibtex
@misc{Rockenbauer2024ScoutingIPP,
title={Traversing Mars: Cooperative Informative Path Planning to Efficiently Navigate Unknown Scenes},
author={Friedrich M. Rockenbauer and Jaeyoung Lim and Marcus G. Müller and Roland Siegwart and Lukas Schmid},
year={2024},
eprint={2406.05313},
archivePrefix={arXiv},
primaryClass={cs.RO}
}
```