RRxIO offers robust and accurate state estimation even in challenging visual conditions. RRxIO combines radar ego velocity estimates and Visual Inertial Odometry (VIO) or Thermal Inertial Odometry (TIO) in a single filter by extending rovio. Thus, state estimation in challenging visual conditions (e.g. darkness, direct sunlight, fog) or challenging thermal conditions (e.g. temperature gradient poor environments or outages caused by non uniformity corrections) is possible. In addition, the drift free radar ego velocity estimates reduce scale errors and the overall accuracy as compared to monocular VIO/TIO. RRxIO runs many times faster than real-time on an Intel NUC i7 and achieves real-time on an UpCore embedded computer.
If you use RRxIO for your academic research, please cite our related paper:
@INPROCEEDINGS{DoerIros2021,
author={Doer, Christopher and Trommer, Gert F.},
booktitle={2021 IEEE/RSJ International Conference on Intelligent Rotots and Sytems (IROS)},
title={Radar Visual Inertial Odometry and Radar Thermal Inertial Odometry: Robust Navigation even in Challenging Visual Conditions},
year={2021}}
Demo Result: IRS Radar Thermal Visual Inertial Datasets IROS 2021
RRxIO depends on:
- Ubuntu 16.04 and ROS Kinetic
- catkin_simple
- catkin_tools
- yaml_cpp_catkin
Additional dependencies are required to run the evaluation framework:
- sudo apt-get install texlive-latex-extra texlive-fonts-recommended dvipng cm-super
- pip2 install -U PyYAML colorama ruamel.yaml==0.15.0
The following dependencies are included via git submodules (run once upon setup: git submodule update --init --recursive
):
Build in Release is highly recommended:
catkin build rrxio --cmake-args -DCMAKE_BUILD_TYPE=Release
Download the IRS Radar Thermal Visual Inertial Datasets IROS 2021 datasets.
Run the mocap_easy datasets with visual RRxIO:
roslaunch rrxio rrxio_visual_iros_demo.launch rosbag_dir:=<path-to-rtvi_datastets_iros_2021> rosbag:=mocap_easy
Run the outdoor_street datasets with thermal RRxIO:
roslaunch rrxio rrxio_thermal_iros_demo.launch rosbag_dir:=<path-to-rtvi_datastets_iros_2021> rosbag:=outdoor_street
The evaluation script is also provided which does an extensive evaluation of RRxIO_10, RRxIO_15, RRxIO_25 on all IRS Radar Thermal Visual Inertial Datasets IROS 2021 datasets:
rosrun rrxio evaluate_iros_datasets.py <path-to-rtvi_datastets_iros_2021>
After some time, the results can be found at <path-to-rtvi_datastets_iros_2021>/results/evaluation/<10/15/25>/evaluation_full_align. These results are also shown in the table above.