Giter Club home page Giter Club logo

rtimulib_ros's Introduction

rtimulib_ros

A simple package to use the nice RTIMULib (unfortunately , now unmaintained) from RichardsTech in ROS.

The RTIMULib needs to be installed. It can be found here : https://github.com/RTIMULib/RTIMULib

Topic

The fused orientation data are published on the imu/data topic by default but can be modified via the topic_name parameter.

Calibration

The calibration needs to be performed by the RTIMULibCal utility provided by the library. In case of a several devices configuration, RTIMULibCal can be launched with an argument to change the name of the calibration file. Example:

    $ RTIMULibCal toto

Will produce the toto.ini file in the current directory.

Then, the file calibration file .ini needs to be placed in the config directory of the package.

If the calibration file has a custom name, it must be specified with the calibration_file_name parameter.

Launch

The node has to be launched with the rtimulib_ros.launch in order to load the calibration file.

    $ roslaunch rtimulib_ros rtimulib_ros.launch

Visualization

The data from the IMU can be seen via the 3D visualization node from the razor_imu_9dof package. But this package subscribe to the /imu topic so the topic_name parameter of the must be set to /imu.

Install it :

    $ sudo apt-get install ros-indogo-razor-imu-9dofs

Launch the visualization node :

    $ roslaunch razor_imu_9dofs razor-display.launch

## Parameters

  • calibration_file_path: (Mandatory) used to dynamically find the package config directory. Does not need to be modified.
  • calibration_file_path: (Optional) used to use a different calibration file name than RTIMULib.ini. Do not include the .ini suffix.
  • topic_name: (Optional) used to change the default /imu/data topic to publish the IMU data.
  • frame_id: (Optional) used to change the default imu_link frame.
  • update_rate: (Optional) used to change the default 20 Hz update rate of the node.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.