Skip to content

Commit

Permalink
Added note of paper compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
horverno authored Nov 21, 2024
1 parent 6903952 commit 3e75c19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ sudo apt install ros-$ROS_DISTRO-imu-transformer
``` bash
cd ~/ros2_ws/src
```
> [!CAUTION]
> If you want the full compatiblity with our [paper](https://journals.sagepub.com/eprint/MJGI8JXN8KAWBGZU6D24/full), please use [release](https://github.com/jkk-research/kalman_pos/releases) version `0.3.0`. Newer releases use modified paramters. Either clone this version:
> ```
> git clone https://github.com/jkk-research/kalman_pos --branch v.0.3.0
> ```
Or clone the latest version:
``` bash
git clone https://github.com/jkk-research/kalman_pos
```
Expand Down

0 comments on commit 3e75c19

Please sign in to comment.