Show EOL distros: 

ixblue_ins: ixblue_ins_driver | ixblue_ins_msgs

Package Summary

The iXblue_ins_driver package

  • Maintainer status: developed
  • Maintainer: Laure LE BRETON <laure.le-breton AT ixblue DOT com>, Romain REIGNIER <romain.reignier AT ixblue DOT com>
  • Author: Adrien BARRAL <adrien.barral AT ixblue DOT com>, Laure LE BRETON <laure.le-breton AT ixblue DOT com>
  • License: MIT
  • Source: git https://github.com/ixblue/ixblue_ins_stdbin_driver.git (branch: master)
ixblue_ins: ixblue_ins_driver | ixblue_ins_msgs

Package Summary

The iXblue_ins_driver package

  • Maintainer status: developed
  • Maintainer: Laure LE BRETON <laure.le-breton AT ixblue DOT com>, Romain REIGNIER <romain.reignier AT ixblue DOT com>
  • Author: Adrien BARRAL <adrien.barral AT ixblue DOT com>, Laure LE BRETON <laure.le-breton AT ixblue DOT com>
  • License: MIT
  • Source: git https://github.com/ixblue/ixblue_ins_stdbin_driver.git (branch: master)
ixblue_ins: ixblue_ins_driver | ixblue_ins_msgs

Package Summary

The iXblue_ins_driver package

  • Maintainer status: developed
  • Maintainer: Laure LE BRETON <laure.le-breton AT ixblue DOT com>, Romain REIGNIER <romain.reignier AT ixblue DOT com>
  • Author: Adrien BARRAL <adrien.barral AT ixblue DOT com>, Laure LE BRETON <laure.le-breton AT ixblue DOT com>
  • License: MIT
  • Source: git https://github.com/ixblue/ixblue_ins_stdbin_driver.git (branch: master)

Supported Hardware

This driver supports all iXblue inertial sensors outputing stdbin protocol like the Atlans and Phins Compact series.

atlans.png

INS Configuration

The INS should be configured through its web interface to output:

  • Protocol: IXBLUE STD BIN (any version between 2 and 5)
  • Rate: desired frequency
  • Physical Link: Ethernet
  • Transport Layer: UDP
  • IP: IP of the ROS computer
  • Port: 8200

network_config_page.png

Nodes

ixblue_ins_driver

ROS driver for iXblue inertial sensors supporting stdbin protocol

Published Topics

ix/ins (ixblue_ins_msgs/Ins)
  • Inertial and position data using a custom message
standard/imu (sensor_msgs/Imu)
  • Standard ROS IMU message containing inertial data
standard/navsatfix (sensor_msgs/NavSatFix)
  • GNSS Position of the system in Standard ROS message
standard/timereference (sensor_msgs/TimeReference)
  • INS time reference

Parameters

~udp_port (string, default: 8200)
  • The UDP port from which the system will receive INS data.
~ip (string, default: 0.0.0.0)
  • The address of the network interface to listen to.
~time_source (string, default: ins)
  • Determine the source of the timestamp data. "ins" for ins timestamp. "ros" for ROS timestamp.
~time_origin (string, default: unix)
  • Determine the time origin of the timestamp. "sensor_default" for ins base time. "unix" for UNIX base time (since 1st of january 1970).

Wiki: ixblue_ins_driver (last edited 2020-09-30 16:01:06 by RomainReignier)