Skip to content

Commit c1ddd72

Browse files
committed
Added README section for HRI'25 paper
1 parent 5fe6708 commit c1ddd72

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
This README is the definitive source for downloading, installing, and running the Personal Robotics Lab's robot-assisted feeding software. This code has been run and tested on machines running **Ubuntu 22.04** and ROS2 Humble.
44

5+
## HRI '25 Release
6+
7+
The code in this `hri25a` tag was released as part of the paper "Lessons Learned from Designing and Evaluating a Robot-assisted Feeding System for Out-of-lab Use" published in the Proceedings of the 2025 ACM/IEEE International Conference on Human-Robot Interaction. The main system code is in three repositories:
8+
9+
- [ada_feeding (tag: `v1.0.0-hri25a`)](https://github.com/personalrobotics/ada_feeding/releases/tag/v1.0.0-hri25a)
10+
- [ada_ros2 (tag: `v1.0.0-hri25a`)](https://github.com/personalrobotics/ada_ros2/releases/tag/v1.0.0-hri25a)
11+
- [feeding_web_interface (tag: `v1.0.0-hri25a`)](https://github.com/personalrobotics/feeding_web_interface/releases/tag/v1.0.0-hri25a)
12+
13+
Some additional repositories are also necessary. The below instructions will guide you through downloading and installing all repositories needed for the robot-assisted feeding system.
14+
15+
Note that configuration-file changes specific to the in-home deployment ("Study 2" in the paper) can be found in the commits from 9/1/24 to 9/10/24.
16+
17+
If you use or refer to this code, please cite:
18+
19+
```
20+
@inproceedings{nanavati2025lessons,
21+
title={Lessons Learned from Designing and Evaluating a Robot-assisted Feeding System for Out-of-lab Use},
22+
author={Nanavati, Amal and Gordon, Ethan K and Kessler Faulkner, Taylor A and Song, Yuxin (Ray) and Ko, Johnathan and Schrenk, Tyler and Nguyen, Vy and Zhu, Bernie Hao and Bolotski, Haya and Kashyap, Atharva and Kutty, Sriram and Karim, Raida and Rainbolt, Liander and Scalise, Rosario and Song, Hanjun and Qu, Ramon and Cakmak, Maya and Srinivasa, Siddhartha S},
23+
booktitle={Proceedings of the 2025 ACM/IEEE International Conference on Human-Robot Interaction},
24+
year={2025}
25+
}
26+
```
27+
528
## Setup
629

730
### Setup (Robot Software)

0 commit comments

Comments
 (0)