Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keenan-burnett authored Feb 26, 2024
1 parent bccb9d5 commit f921951
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Paper: [Continuous-Time Radar-Inertial and Lidar-Inertial Odometry using a Gaussian Process Motion Prior](https://arxiv.org/abs/2402.06174)

In the paper, STEAM-LO and STEAM-LIO are implemented in `steam_icp/src/odometry/steam_lo.cpp` where `use_imu=True` in the configuration yaml enables the use of an IMU.
Similarly, STEAM-RO and STEAM-RIO are implemented in `steam_icp/odometry/steam_ro.cpp`.

Previous Paper: [Picking Up Speed: Continuous-Time Lidar-Only Odometry using Doppler Velocity Measurements](https://ieeexplore.ieee.org/document/9968059)

For code that pertains to the picking-up-speed paper, `git checkout picking_up_speed`
Expand Down

0 comments on commit f921951

Please sign in to comment.