Skip to content

Commit f4107bf

Browse files
authored
Merge pull request #10 from NASA-JSC-Robotics/NASA-JSC-Robotics/icra-citation
Add ICRA paper from NTRS
2 parents 4b0b0f6 + cc1d860 commit f4107bf

3 files changed

Lines changed: 32 additions & 25 deletions

File tree

CITATION.bib

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
@INPROCEEDINGS{imetro-facility-2025,
2+
author={Dunkelberger, Nathan and Sheetz, Emily and Rainen, Connor and Graf, Jodi and Hart, Nikki and Zemler, Emma and Azimi, Shaun},
3+
booktitle={2025 22nd International Conference on Ubiquitous Robots (UR)},
4+
title={Design of the iMETRO Facility: A Platform for Intravehicular Space Robotics Research},
5+
year={2025},
6+
volume={},
7+
number={},
8+
pages={390-397},
9+
keywords={NASA;Moon;Seals;Maintenance engineering;Maintenance;Robots;Standards;Open source software;Testing;Logistics},
10+
doi={10.1109/UR65550.2025.11077983}}
11+
12+
@INPROCEEDINGS{imetro-sim-2026,
13+
author={Hart, Nikki and Dunkelberger, Nathan and Holum, Erik and Kavraki, Lydia E. and Zemler, Emma and Azimi, Shaun},
14+
booktitle={NASA Technical Reports Server},
15+
title={The iMETRO Dynamic Simulation: An Open-Source Simulator for Intravehicular Space Robotics Research},
16+
year={2026},
17+
note={Accepted for publication at the International Conference of Robotics and Automation (ICRA).},
18+
url={https://ntrs.nasa.gov/citations/20260001395}}

CITATION.cff

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Base description, package, and deployment files can be found in [phoebe_bridgeba
6262

6363
[phoebe_cylinder_demo_mujoco_smaller.webm](https://github.com/user-attachments/assets/5b7163dc-ec6b-4832-981f-6030eacea077)
6464

65-
Like CLR, a containerized workflow for deploying the robot on hardware, a kinematic simulation, and a full dynamic simulartion are available in [phoebe_bridgeback_ws](https://github.com/NASA-JSC-Robotics/phoebe_bridgeback_ws).
65+
Like CLR, a containerized workflow for deploying the robot on hardware, a kinematic simulation, and a full dynamic simulation are available in [phoebe_bridgeback_ws](https://github.com/NASA-JSC-Robotics/phoebe_bridgeback_ws).
6666

6767
### Bring Your Own
6868

@@ -74,6 +74,7 @@ Like CLR, a containerized workflow for deploying the robot on hardware, a kinema
7474
- See [our paper published at the Ubiquitous Robotics Conference](https://ieeexplore.ieee.org/document/11077983) for a detailed explanation of the facility with an outline of a representative use case
7575
- See [the iMETRO poster](https://ntrs.nasa.gov/api/citations/20240013956/downloads/iMETRO%20Year%202%20Poster.pdf) for an early poster of the work
7676
- See [our video](https://ntrs.nasa.gov/citations/20240007666) of utilizing the facility to perform a maintenance demonstration
77+
- See [our International Conference on Robotics and Automation (ICRA) paper](https://ntrs.nasa.gov/citations/20260001395) for information about our MuJoCo simulation and sim-to-real transfer efforts
7778

7879
### Citation
7980

@@ -92,6 +93,18 @@ If you use this software in your own work, please cite the following paper:
9293
doi={10.1109/UR65550.2025.11077983}}
9394
```
9495

96+
If you use the dynamic simulation software in your own work, please cite the following paper:
97+
98+
```bibtex
99+
@INPROCEEDINGS{imetro-sim-2026,
100+
author={Hart, Nikki and Dunkelberger, Nathan and Holum, Erik and Kavraki, Lydia E. and Zemler, Emma and Azimi, Shaun},
101+
booktitle={NASA Technical Reports Server},
102+
title={The iMETRO Dynamic Simulation: An Open-Source Simulator for Intravehicular Space Robotics Research},
103+
year={2026},
104+
note={Accepted for publication at the International Conference of Robotics and Automation.},
105+
url={https://ntrs.nasa.gov/citations/20260001395}}
106+
```
107+
95108
### Contact Information
96109

97110
Questions are best asked through issues.

0 commit comments

Comments
 (0)