Skip to content

Commit

Permalink
added docs for page
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-swanbeck committed Mar 4, 2024
1 parent 4aac067 commit 191d3a3
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# GaTORS: A Game-Theoretic Tool for Optimal Robot Selection and Design in Surface Coverage Applications

[![github.io](https://img.shields.io/badge/github.io-MainPage-black.svg)](https://utnuclearroboticspublic.github.io/gators/)

![](images/i3.png)

## About
Expand Down
54 changes: 54 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# GaTORS: A Game-Theoretic Tool for Optimal Robot Selection and Design

#### Steven Swanbeck, Daniel Meza, Jared Rosenbaum, David Fridovich-Keil, and Mitch Pryor

## Submitted to IROS 2024
<!-- --- -->

<!-- {% include youtube.html id="fjWK2SCbFZ8" %} -->

### About
As the number of commercially-available robots
increases, users face the challenge of evaluating many options
to identify the optimal system for their needs. This market
saturation also compels providers to ensure new systems are
competitive with or superior to existing robots to increase
economic viability. The need for evaluation extends to multi-
robot teams collaborating toward shared objectives, where
understanding individual contributions to overall team per-
formance is complex but necessary. One specific application
domain for robot platform selection in industry is autonomous
surface coverage, which includes tasks such as painting, clean-
ing, and surveying in industrial facilities. To assist in the
design and selection of robotic systems for surface coverage
applications, we introduce GaTORS, a novel tool that frames
the surface coverage task allocation process as a collaborative
general-sum discrete-time game. By parameterizing robots with
a set of common constraints, this tool enables performance
evaluation of existing and potential future robotic systems.
GaTORS is evaluated in a case study of surface coverage for
corrosion mitigation in an industrial refinery, with experiments
demonstrating its utility in selecting existing robotic platforms
best suited to complete the specific coverage task. These
experiments also highlight GaTORS’ potential to inform the
design of new systems that can efficiently accomplish assigned
tasks within practical time and cost constraints. Due to its
flexibility, GaTORS can be easily adapted to provide similar
insights for other types of robots in different environments and
surface coverage applications.


<!-- ### Citation
```
@inproceedings{regalswanbeckARSTARAugmentedReality2024,
title = {AR-STAR: An Augmented Reality Tool for Online Modification of Robot Point Cloud Data},
author = {Regal, Frank and Swanbeck, Steven and Parra, Fabian and Pryor, Mitch},
booktitle = {HRI '24 Companion},
eventtitle = {ACM/IEEE International Conference on Human-Robot Interaction (HRI)},
publisher = {ACM},
isbn = {979-8-4007-0323-2/24/03},
doi = {10.1145/3610978.3640571},
year = {2024},
location = {Boulder, CO}
}
``` -->
6 changes: 6 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
remote_theme: pages-themes/[email protected]
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one
title: "GaTORS: A Game-Theoretic Tool for Optimal Robot Selection and Design"
description: "Supplemental Material"
show_downloads: false
25 changes: 25 additions & 0 deletions docs/_includes/youtube.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!--Reference: https://github.com/codepo8/youtube-embed/tree/main-->

<div class="embed-container">
<iframe width="640" height="390"
src="https://www.youtube.com/embed/{{ include.id }}"
frameborder="0" allowfullscreen></iframe>
</div>
<style>
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
1 change: 1 addition & 0 deletions models/clouds/info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clouds should go in this directory!

0 comments on commit 191d3a3

Please sign in to comment.