-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1254ade
commit f8bd77f
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1853,11 +1853,13 @@ <h3 class="title is-4">Real-world Manipulation</h3> | |
<h2 class="title">BibTeX</h2> | ||
</div> | ||
<p>If you find it helpful, please consider citing our work: </p> | ||
<pre><code>@article{wang2024rpmart, | ||
<pre><code>@inproceedings{wang2024rpmart, | ||
title={RPMArt: Towards Robust Perception and Manipulation for Articulated Objects}, | ||
author={Wang, Junbo and Liu, Wenhai and Yu, Qiaojun and You, Yang and Liu, Liu and Wang, Weiming and Lu, Cewu}, | ||
journal={arXiv preprint arXiv:2403.16023}, | ||
year={2024} | ||
booktitle={2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, | ||
year={2024}, | ||
pages={7270-7277}, | ||
doi={10.1109/IROS58592.2024.10802368} | ||
} | ||
</code></pre> | ||
<p>If you have further questions, please feel free to drop an email to <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
|