Skip to content

Commit

Permalink
Added paper
Browse files Browse the repository at this point in the history
  • Loading branch information
szepilot authored Aug 22, 2024
1 parent 304131f commit 4fc8314
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 199 deletions.
32 changes: 32 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
cff-version: 1.2.0
message: "If you use this software, please consider citing as below."
authors:
- family-names: "Enisz"
given-names: "Krisztián"
orcid: "https://orcid.org/0000-0003-3959-198X"
- family-names: "Szalay"
given-names: "István"
orcid: "https://orcid.org/0000-0002-0384-4730"
- family-names: "Horváth"
given-names: "Ernő"
orcid: "https://orcid.org/0000-0001-5083-2073"
title: "Localization robustness improvement for an autonomous race car using multiple extended Kalman filters"
version: "2024"
doi: "10.1177/09544070241266281"
url: "https://github.com/jkk-research/kalman_pos"
preferred-citation:
type: article
authors:
- family-names: "Enisz"
given-names: "Krisztián"
orcid: "https://orcid.org/0000-0003-3959-198X"
- family-names: "Szalay"
given-names: "István"
orcid: "https://orcid.org/0000-0002-0384-4730"
- family-names: "Horváth"
given-names: "Ernő"
orcid: "https://orcid.org/0000-0001-5083-2073"
doi: "10.1177/09544070241266281"
title: "Localization robustness improvement for an autonomous race car using multiple extended Kalman filters"
year: 2024
journal: "Proceedings of the Institution of Mechanical Engineers, Part D: Journal of Automobile Engineering"
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,16 @@ ros2 bag play -l TODO.mcap

# Cite & paper

If you use any of this code please consider citing the [paper TODO]():
If you use any of this code please consider citing the [paper](https://journals.sagepub.com/eprint/MJGI8JXN8KAWBGZU6D24/full):

```bibtex
@Article{2024,
title = {TODO},
author = {},
journal = {},
volume = {},
url = {},
doi = {}
@Article{doi:10.1177/09544070241266281,
title = {Localization robustness improvement for an autonomous race car using multiple extended Kalman filters},
author = {Krisztián Enisz and István Szalay and Ernő Horváth},
journal = {Proceedings of the Institution of Mechanical Engineers, Part D: Journal of Automobile Engineering},
volume = {0},
url = {https://doi.org/10.1177/09544070241266281},
eprint = {https://doi.org/10.1177/09544070241266281},
doi = {10.1177/09544070241266281}
}
```
191 changes: 0 additions & 191 deletions README.md.bak

This file was deleted.

0 comments on commit 4fc8314

Please sign in to comment.