Only released in EOL distros:  

laser_drivers: hokuyo_node | sicktoolbox | sicktoolbox_wrapper

Package Summary

A ROS node to provide access to SCIP 2.0-compliant Hokuyo laser range finders (including 04LX).

laser_drivers: hokuyo_node | sicktoolbox | sicktoolbox_wrapper

Package Summary

A ROS node to provide access to SCIP 2.0-compliant Hokuyo laser range finders (including 04LX).

laser_drivers: hokuyo_node | sicktoolbox | sicktoolbox_wrapper

Package Summary

A ROS node to provide access to SCIP 2.0-compliant Hokuyo laser range finders (including 04LX).

laser_drivers: hokuyo_node | sicktoolbox | sicktoolbox_wrapper

Package Summary

A ROS node to provide access to SCIP 2.0-compliant Hokuyo laser range finders (including 04LX).

pr2: audio_common | camera1394 | hokuyo_node | joystick_drivers | linux_networking | microstrain_3dmgx2_imu | pr2_base | pr2_ethercat_drivers | pr2_navigation_apps | pr2_power_drivers | pr2_robot | prosilica_camera | sicktoolbox | sicktoolbox_wrapper | wge100_driver | wifi_ddwrt

Package Summary

A ROS node to provide access to SCIP 2.0-compliant Hokuyo laser range finders (including 04LX).

pr2: audio_common | hokuyo_node | joystick_drivers | linux_networking | microstrain_3dmgx2_imu | pr2_apps | pr2_base | pr2_ethercat_drivers | pr2_navigation_apps | pr2_power_drivers | pr2_robot | prosilica_camera | wge100_driver | wifi_ddwrt

Package Summary

A ROS node to provide access to SCIP 2.0-compliant Hokuyo laser range finders (including 04LX).

Package Summary

A ROS node to provide access to SCIP 2.0-compliant Hokuyo laser range finders (including 04LX).

  • Maintainer status: maintained
  • Maintainer: Chad Rockey <chadrockey AT gmail DOT com>
  • Author: Brian P. Gerkey, Jeremy Leibs, Blaise Gassend
  • License: LGPL

Hokuyo.jpg

Image credit: RobotShop

For newer ROS distro than Indigo

Looking for a newer driver? urg_node is fully REP-138 compliant AND compatible with Ethernet/MultiEcho Hokuyos! Hokuyo_node will remain maintained for current users and PR2s.

Check it out at: http://ros.org/wiki/urg_node

Supported Hardware

This driver should work with any SCIP 2.0-compliant laser range-finders.

API Stability

The ROS API of this driver should be considered stable.

Parameter Ranges

The UTM-30LX laser can report corrupt data and even crash if settings with an excessive data rate are requested. The following settings are known to work:

Intensity mode off:

  • cluster: 1

  • skip: 1

  • intensity: false

  • min_ang: -2.2689

  • max_ang: 2.2689

Intensity mode on:

  • cluster: 1

  • skip: 1

  • intensity: true

  • min_ang: -1.047

  • max_ang: 1.047

Allow Unsafe Settings Option

On the UTM-30LX, unless the ~allow_unsafe_settings option is selected, the hokuyo_node will limit the angular range to values that are known to work. The angular range limit depends on the firmware version, and is proportional to the cluster parameter.

Firmware version

Maximum angular range / cluster (deg)

hokuyo_node version

1.16.01(16/Nov./2009)

190

> 1.1.1

1.16.02(19/Jan./2010)

95

> 1.0.3

Other

95

> 1.0.3

ROS API

hokuyo_node

hokuyo_node is a driver for SCIP 2.0 compliant Hokuyo laser range-finders. This driver was designed primarily for the Hokuyo UTM-30LX, also known as the Hokuyo Top-URG. The driver has been extended to support some SCIP1.0 compliant range-finders such as the URG-04LX. Hokuyo scans are taken in a counter-clockwise direction. Angles are measured counter clockwise with 0 pointing directly forward.

Published Topics

scan (sensor_msgs/LaserScan)
  • Scan data from the laser.
diagnostics (diagnostic_msgs/DiagnosticStatus)
  • Diagnostic status information.

Services

~self_test (diagnostic_msgs/SelfTest)
  • Starts the Hokuyo self test, which runs a series of tests on the device. The laser stops publishing scans during the test, which takes about a minute. The result of the test is in the response returned by this service. At the conclusion of the test, the laser is returned to its normal operating mode.

Parameters

Dynamically Reconfigurable Parameters
See the dynamic_reconfigure package for details on dynamically reconfigurable parameters.
~use_rep_117 (bool, default: true)
  • Whether or not to use REP 117 output parameters. See http://ros.org/wiki/rep_117/migration for more information. This parameter was default to false in Fuerte; the default was true for Groovy. This parameter was removed for the Hydromedusa release.
~min_ang (double, default: -π/2)
  • The angle of the first range measurement in radians (range is [-π,π], though most devices have a smaller feasible range).
~max_ang (double, default: π/2)
  • The angle of the last range measurement in radians (range is [-π,π], though most devices have a smaller feasible range).
~intensity (bool, default: false)
  • Whether or not the hokuyo returns intensity values.
~cluster (int, default: 1)
  • The number of adjacent range measurements to cluster into a single reading; the shortest reading from the cluster is reported.
~skip (int, default: 0)
  • The number of scans to skip between each measured scan. This controls the update rate. For a UTM-30LX, the hokuyo will scan at 40Hz, so setting "skip" to 1 makes it publish at 20Hz.
~port (string, default: /dev/ttyACM0)
  • The port where the hokuyo device can be found.
~calibrate_time (bool, default: true)
  • Whether the node should calibrate the hokuyo's time offset on startup. If true, the node will exchange a series of messages with the device in order to determine the time delay in the USB connection. This calibration step is necessary to produce accurate time stamps on scans.
~frame_id (string, default: laser)
  • The frame in which laser scans will be returned. This frame should be at the optical center of the laser, with the x-axis along the zero degree ray, and the y-axis along the 90 degree ray.
~time_offset (double, default: 0.0)
  • An offet to add to the timestamp before publication of a scan Range: -0.25 to 0.25 (New in release 1.0.1)
~allow_unsafe_settings (bool, default: False)
  • Turn this on if you wish to use the UTM-30LX with an unsafe angular range. Turning this option on may cause occasional crashes or bad data. This option is a tempory workaround that will hopefully be removed in an upcoming driver version. (New in release 1.0.3)
Read-only parameters
~min_ang_limit (double)
  • Read only parameter indicating the smallest allowed value for ~min_ang on the currently connected device.
~max_ang_limit (double)
  • Read only parameter indicating the largest allowed value for ~max_ang on the currently connected device.
~min_range (double)
  • Read only parameter indicating the smallest distance that can be measured by the currently connected device.
~max_range (double)
  • Read only parameter indicating the largest distance that can be measured by the currently connected device.

Parameter interactions

Some parameter settings can cause problems, usually due to speed limitations of the laser's serial interface. For example:

  • if intensity is true and skip is 0, then the device will likely drop some scans;

  • if intensity is true and min_ang / max_ang are outside -70 / +70 degrees, then some problems have been observed.

Command-Line Tools

The getID and getFirmwareVersion programs can be used to get information about a hokuyo laser scanner. Each of them can be invoked in a human readable way:

$ rosrun hokuyo_node getID /dev/ttyACM0
Device at /dev/ttyACM0 has ID H0807228

or in a script friendly way:

$ rosrun hokuyo_node getID /dev/ttyACM0 --
H0807228

If they fail to connect to the device they will retry for about ten seconds before giving up.

Using udev to Give Hokuyos Consistent Device Names

The getID program can be used to get the hardware ID of a Hokuyo device given its port. Combined with udev, this allows a consistent device name to be given to each device, even if the order in which they are plugged in varies. The following udev rule should work universally on any ROS system:

KERNEL=="ttyACM[0-9]*", ACTION=="add", ATTRS{idVendor}=="15d1", MODE="0666", GROUP="dialout", PROGRAM="/opt/ros/hydro/env.sh rosrun hokuyo_node getID %N q", SYMLINK+="sensors/hokuyo_%c"

This udev rule sets up a device name that is based on the Hokuyo's hardware ID. The PR2 then has a symlink to that name that gets changed if the Hokuyo is replaced:

$ ls -l /etc/ros/sensors/base_hokuyo
lrwxrwxrwx 1 root root 28 2010-01-12 15:53 /etc/ros/sensors/base_hokuyo -> /dev/sensors/hokuyo_H0902620
$ ls -l /dev/sensors/hokuyo_H0902620
lrwxrwxrwx 1 root root 10 2010-04-12 12:34 /dev/sensors/hokuyo_H0902620 -> ../ttyACM1

Communication Protocol Documentation

Wiki: hokuyo_node (last edited 2018-11-20 22:58:30 by AustinHendrix)