Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.51 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.51 KB

RACOMM: OpenStreetMap and Radar Aided Consistent State Estimation For Autonomous Vehicles

This repository contains the code and related resources of the paper OpenStreetMap and Radar Aided Consistent State Estimation For Autonomous Vehicles.

System Structure

animated

Recent Result in KAIST 03 of MulRan dataset

animated

Dependencies

  • C++ >= 14, OpenCV >= 4.2.0, OpenMP >= 4.5, CMake >= 3.15.0, Boost >= 1.71
  • ROS (tested with Noetic)
    sudo apt-get install -y ros-noetic-navigation
    sudo apt-get install -y ros-noetic-robot-localization
    sudo apt-get install -y ros-noetic-robot-state-publisher
    
  • gtsam (Georgia Tech Smoothing and Mapping library)
    sudo add-apt-repository ppa:borglab/gtsam-release-4.0
    sudo apt install libgtsam-dev libgtsam-unstable-dev
    
  • eigen: sudo apt-get install libeigen3-dev
  • pcl: sudo apt-get install libpcl-dev

Compile

RACOMM can be compiled by catkin_make. In Ubuntu 20.04, the compile step is relatively simple. Clone this repository to your catkin workspace, e.g., ~/catkin_ws/src, then use the following commands to build RACOMM:

cd ~/catkin_ws/
catkin_make -j6

Code

The code will be coming soon…