Giter Club home page Giter Club logo

vmu931_imu's Introduction

imu_vmu931

ROS package to for the imu VMU931 from Variense.

Params

  • port (string)
    • default: /dev/ttyACM0
  • frame_id (string)
    • default: imu_link
  • mode (string)
    • device working mode. Defines which type of data is being streamed from the sensor.
    • Values:
      • quaternion-euler-heading (default)
      • gyro-accel-mag
      • custom: based on the params for each type of sensor
  • gyroscope (bool)
    • Enables gyroscope streaming in custom mode
    • default: False
  • magnetometer (bool)
    • Enables magnetometer streaming in custom mode
    • default: False
  • accelerometer (bool)
    • Enables accelometer streaming in custom mode
    • default: False
  • quaternion (bool)
    • Enables quaternion streaming in custom mode
    • default: True
  • euler (bool)
    • Enables euler streaming in custom mode
    • default: True
  • heading (bool)
    • Enables heading streaming in custom mode
    • default: True

Topics

Publishers

  • ~data_raw (sensor_msgs/Imu)
    • Publishes the imu data raw from the sensor
    • Only available if quaternion values are being streamed by the sensor.
  • ~quaternion (geometry_msgs/QuaternionStamped)
    • Publishes the quaternion received from the sensor
    • Only available if quaternion values are being streamed by the sensor.
  • ~euler (geometry_msgs/Vector3Stamped)
    • Publishes the Euler angles received from the sensor
    • Only available if euler values are being streamed by the sensor.
  • ~heading (geometry_msgs/Vector3Stamped)
    • Publishes the heading received from the sensor
    • Only available if heading values are being streamed by the sensor.
  • ~gyro (geometry_msgs/Vector3Stamped)
    • Publishes the gyrocope values (rad/s) received from the sensor
    • Only available if gyro values are being streamed by the sensor.
  • ~accelerometer (geometry_msgs/Vector3Stamped)
    • Publishes the accelerations received from the sensor
    • Only available if acceleration values are being streamed by the sensor.
  • ~state (vmu931_imu/State)
    • Publishes the current state of the component

NOTE: output frequencies are different for every type of data

Services

  • ~/calibrate (std_srvs/Trigger)
    • Calibrates the sensor

Bringup

roslaunch vmu931_imu vmu931_imu.launch

vmu931_imu's People

Contributors

romanrobotnik avatar

Watchers

 avatar  avatar

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.