/Multi-IMU-Proprioceptive-Odometry

Primary LanguageMATLABGNU Affero General Public License v3.0AGPL-3.0

Multi-IMU-Proprioceptive-Odometry

This repo includes an example code of the multi-IMU proprioceptive odometry algorithm described in the paper:

Multi-IMU Proprioceptive Odometry For Legged Robots (accepted to IROS2023)

Installation

The only dependency is the Casadi library (V3.5.5). It can be downloaded from Casadi official website. Choose the version that matches your OS and Matlab version. Download the file and extract its content to the folder casadi.

Usage

Download dataset from Google drive folder.

In the script scripts/RUN_MAIN.m, set variable file_path to the path of the dataset rosbag file. Then run the script.