Wiki

  Show EOL distros: 

Package Summary

This package provides ros nodes for multi-sensor arrays from Terabee

  • Maintainer status: maintained
  • Maintainer: Pierre-Louis Kabaradjian <pierre-louis.kabaradjian AT terabee DOT com>, Krzysztof Zurad <krzysztof.zurad AT terabee DOT com>, Baptiste Potier <baptiste.potier AT terabee DOT com>
  • Author: Pierre-Louis Kabaradjian <pierre-louis.kabaradjian AT terabee DOT com>, Krzysztof Zurad <krzysztof.zurad AT terabee DOT com>, Mateusz Sadowski <mateusz.sadowski AT terabee DOT com>, Baptiste Potier <baptiste.potier AT terabee DOT com>
  • License: MIT

Package Summary

This package provides ros nodes for multi-sensor arrays from Terabee

  • Maintainer status: maintained
  • Maintainer: Pierre-Louis Kabaradjian <pierre-louis.kabaradjian AT terabee DOT com>, Krzysztof Zurad <krzysztof.zurad AT terabee DOT com>, Baptiste Potier <baptiste.potier AT terabee DOT com>
  • Author: Pierre-Louis Kabaradjian <pierre-louis.kabaradjian AT terabee DOT com>, Krzysztof Zurad <krzysztof.zurad AT terabee DOT com>, Mateusz Sadowski <mateusz.sadowski AT terabee DOT com>, Baptiste Potier <baptiste.potier AT terabee DOT com>
  • License: MIT

Github repository

Supported Hardware

This package work with Teraranger Hub/Tower Evo, Teraranger Tower/Hub and Teraranger Multiflex. Please find more informatiom below :

*https://www.terabee.com/shop/lidar-tof-multi-directional-arrays/teraranger-tower-evo/

*https://www.terabee.com/shop/accessories/teraranger-hub-evo/

*https://www.terabee.com/shop/lidar-tof-multi-directional-arrays/teraranger-tower/

*https://www.terabee.com/portfolio-item/teraranger-multiflex/

SHOP

*https://www.terabee.com/sensors-modules/lidar-tof-multi-directional-arrays/

API Stability

The ROS API of this driver should be considered stable.

Nodes

teraranger_evo

This node is the official driver of Teranger Hub/Tower Evo. It also provides dynamic reconfiguration parameters for the measurement mode and the sensor type.
Hub_evo.jpg

Published Topics

/ranges (teraranger_array/RangeArray) /imu_euler (geometry_msgs/Vector3Stamped) /imu_quat (sensor_msgs/Imu)

Parameters

Static Parameters
_portname (str, default: "/dev/ttyACM0") _baudrate (int, default: "115200")
Dynamic Parameters
~Rate_enum (int, default: 2) ~Sequence_mode_enum (int, default: 0) ~IMU_enum (int, default: 0) ~Sensor_type (int, default: 1)

teraranger_one

This node is the official driver of Teranger Tower and Teraranger Hub. It also provides dynamic reconfiguration parameters for the measurement mode.
tower.jpg

Published Topics

/ranges (teraranger_array/RangeArray)

Parameters

Static Parameters
_portname (str, default: "/dev/ttyACM0")
Dynamic Parameters
~Mode (int, default: 0)

teraranger_multiflex

This node is the official driver of Teranger Multiflex. It also provides dynamic reconfiguration for disabling sensors on-the-fly.
multiflex.jpg

Published Topics

/ranges (teraranger_array/RangeArray)

Parameters

Static Parameters
_portname (str, default: "/dev/ttyACM0")
Dynamic Parameters
~Sensor_X (bool, default: 0)

Running

To launch a node simply run:

rosrun teraranger_array <teraranger_one|teraranger_multiflex> [_portname:=<device_path>]

Wiki: teraranger_array (last edited 2019-11-27 13:25:19 by PierreLouisKabaradjian)