File size: 3,004 Bytes
1a04976 8cc097f d147c0c 1a04976 d147c0c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
---
license: mit
task_categories:
- robotics
pretty_name: 'TAPAS: A Dataset for Task Assignment and Planning for Multi Agent Systems'
---
# Dataset Card for [TAPAS](https://tapas-dataset.github.io/) 🥘🍤🍴🧀
## Table of Contents
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
## Dataset Description
- **Homepage:** https://tapas-dataset.github.io/
- **Point of Contact:** [Miguel Zamora](mailto:miguel.zamora@inf.ethz.ch)
- **Point of Contact:** [Valentin N. Hartmann](mailto:valentin.hartmann@inf.ethz.ch)
### Dataset Summary
[**TAPAS**](https://tapas-dataset.github.io/) is a simulated dataset for **T**ask **A**ssignment and **P**lanning for Multi **A**gent **S**ystems.
The dataset consists of task and motion plans for multiple robots, in different scenarios,
acting asynchronously in the same workspace and modifying the same environment.
<div class="hero-body">
<div style="width: 100%; justify-content: center; align-items: center; margin: auto; text-align: center;">
<table>
<tbody>
<tr>
<td><video id="teaser" autoplay muted loop playsinline width="100%">
<source src="https://tapas-dataset.github.io/static/videos/conveyor_4_obj.mp4" type="video/mp4">
</video></td>
<td><video id="teaser" autoplay muted loop playsinline width="100%">
<source src="https://tapas-dataset.github.io/static/videos/conveyor_3_obj_num_2.mp4" type="video/mp4">
</video></td>
<td><video id="teaser" autoplay muted loop playsinline width="100%">
<source src="https://tapas-dataset.github.io/static/videos/random_2_obj.mp4" type="video/mp4">
</video></td>
<td><video id="teaser" autoplay muted loop playsinline width="100%">
<source src="https://tapas-dataset.github.io/static/videos/random_4_objs.mp4" type="video/mp4">
</video></td>
</tr>
<tr>
<td><video id="teaser" autoplay muted loop playsinline width="100%">
<source src="https://tapas-dataset.github.io/static/videos/shelf_2_obj.mp4" type="video/mp4">
</video></td>
<td><video id="teaser" autoplay muted loop playsinline width="100%">
<source src="https://tapas-dataset.github.io/static/videos/shelf_4_obj.mp4" type="video/mp4">
</video></td>
<td><video id="teaser" autoplay muted loop playsinline width="100%">
<source src="https://tapas-dataset.github.io/static/videos/husky_1_obj.mp4" type="video/mp4">
</video></td>
<td><video id="teaser" autoplay muted loop playsinline width="100%">
<source src="https://tapas-dataset.github.io/static/videos/husky_3_obj.mp4" type="video/mp4">
</video></td>
</tr>
</tbody>
</table>
</div>
</div>
|