Skip to content

Commit

Permalink
Add .bib reference
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored Jul 4, 2024
1 parent 9a61daf commit 4a70086
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ If you found this project useful, please consider citing the following works:

Bartek Łukawski, Alberto Rodríguez-Sanz, Elisabeth Menendez, Juan G. Victores, and Carlos Balaguer. A user-friendly point cloud processing pipeline for interfacing PCL with YARP. In *XLV Jornadas de Automática*. Universidade da Coruña, 2024.

```bibtex
@inproceedings{lukawski2024jjaa,
author = {{\L}ukawski, Bartek and Rodríguez-Sanz, Alberto and Menendez, Elisabeth and Victores, Juan G. and Balaguer, Carlos},
title = {A user-friendly point cloud processing pipeline for interfacing {PCL} with {YARP}},
booktitle = {XLV Jornadas de Automática},
year = {2024},
publisher = {Universidade da Coruña},
}
```

## Status

Expand Down
1 change: 1 addition & 0 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set(DOXYGEN_IMAGE_PATH ./doc/fig)
set(DOXYGEN_HTML_TIMESTAMP YES)
set(DOXYGEN_USE_MATHJAX YES)
set(DOXYGEN_USE_MDFILE_AS_MAINPAGE ./README.md)
set(DOXYGEN_CITE_BIB_FILES ./doc/vision.bib)

set(_doxygen_input README.md
doc
Expand Down
7 changes: 7 additions & 0 deletions doc/vision.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@inproceedings{lukawski2024jjaa,
author = {{\L}ukawski, Bartek and Rodríguez-Sanz, Alberto and Menendez, Elisabeth and Victores, Juan G. and Balaguer, Carlos},
title = {A user-friendly point cloud processing pipeline for interfacing {PCL} with {YARP}},
booktitle = {XLV Jornadas de Automática},
year = {2024},
publisher = {Universidade da Coruña},
}
13 changes: 13 additions & 0 deletions libraries/YarpCloudUtils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,16 @@ use the `include` feature combined with simultaneous section collection
([docs](https://www.yarp.it/git-master/yarp_config_files.html#yarp_config_file_includes)).
Refer to YARP documentation for further examples and a similar functionality related to
directory inclusion.

## See also

Bartek Łukawski, Alberto Rodríguez-Sanz, Elisabeth Menendez, Juan G. Victores, and Carlos Balaguer. A user-friendly point cloud processing pipeline for interfacing PCL with YARP. In *XLV Jornadas de Automática*. Universidade da Coruña, 2024.

```bibtex
@inproceedings{lukawski2024jjaa,
author = {{\L}ukawski, Bartek and Rodríguez-Sanz, Alberto and Menendez, Elisabeth and Victores, Juan G. and Balaguer, Carlos},
title = {A user-friendly point cloud processing pipeline for interfacing {PCL} with {YARP}},
booktitle = {XLV Jornadas de Automática},
year = {2024},
publisher = {Universidade da Coruña},
}
1 change: 1 addition & 0 deletions libraries/YarpCloudUtils/YarpCloudUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @brief Collection of cloud-related utilities for YARP.
*
* @see [Instructions](@ref yarpcloudutils).
* @see @cite lukawski2024jjaa
*/

namespace roboticslab
Expand Down

0 comments on commit 4a70086

Please sign in to comment.