# imu_tools **Repository Path**: linshu1994/imu_tools ## Basic Information - **Project Name**: imu_tools - **Description**: ROS tools for IMU devices - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: fuerte - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-13 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README IMU tools for ROS =================================== Overview ----------------------------------- IMU-related filters and visualizers. The stack contains: * `imu_filter_madgwick`: a filter which fuses angular velocities, accelerations, and (optionally) magnetic readings from a generic IMU device into an orientation. Based on the work of [1]. * `rviz_imu_plugin` a plugin for rviz which displays `sensor_msgs::Imu` messages Installing ----------------------------------- ### From source ### Create a directory where you want the package downloaded (ex. `~/ros`), and add it to `$ROS_PACKAGE_PATH`. Make sure you have git installed: sudo apt-get install git-core Download the stack from our repository: git clone https://github.com/ccny-ros-pkg/imu_tools.git Install any dependencies using [rosdep](http://www.ros.org/wiki/rosdep). rosdep install imu_tools Compile the stack: rosmake imu_tools More info ----------------------------------- http://ros.org/wiki/imu_tools License ----------------------------------- * `imu_filter_madgwick`: currently licensed as GPL, following the original implementation * `rviz_imu_plugin`: BSD References ----------------------------------- [1] http://www.x-io.co.uk/open-source-imu-and-ahrs-algorithms/