Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ repos:
hooks:
- id: codespell
exclude: \.(svg|stl|dae)$
args: ["--ignore-words-list", "hande, Hart"]
24 changes: 24 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cff-version: 1.2.0
message: "If you use this software in your own work, please cite the following paper."
preferred-citation:
type: conference-paper
authors:
- family-names: "Dunkelberger"
given-names: "Nathan"
- family-names: "Sheetz"
given-names: "Emily"
- family-names: "Rainen"
given-names: "Connor"
- family-names: "Graf"
given-names: "Jodi"
- family-names: "Hart"
given-names: "Nikki"
- family-names: "Zemler"
given-names: "Emma"
- family-names: "Azimi"
given-names: "Shaun"
title: "Design of the iMETRO Facility: A Platform for Intravehicular Space Robotics Research"
doi: 10.1109/UR65550.2025.11077983
collection-title: "2025 22nd International Conference on Ubiquitous Robots (UR)"
year: 2025
pages: {390-397}
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,21 @@ For more information refer to the [compose specification](docker-compose.yaml).
## Troubleshooting

Common pitfalls and troubleshooting tips are documented in the [troubleshooting guide](./docs/TROUBLESHOOTING.md).

## Citation

This project falls under the purview of the iMETRO project.
If you use this in your own work, please cite the following paper:

```bibtex
@INPROCEEDINGS{imetro-facility-2025,
author={Dunkelberger, Nathan and Sheetz, Emily and Rainen, Connor and Graf, Jodi and Hart, Nikki and Zemler, Emma and Azimi, Shaun},
booktitle={2025 22nd International Conference on Ubiquitous Robots (UR)},
title={Design of the iMETRO Facility: A Platform for Intravehicular Space Robotics Research},
year={2025},
volume={},
number={},
pages={390-397},
keywords={NASA;Moon;Seals;Maintenance engineering;Maintenance;Robots;Standards;Open source software;Testing;Logistics},
doi={10.1109/UR65550.2025.11077983}}
```
Loading