Hokuyo URG-04LX-UG01

From youBot wiki
Jump to: navigation, search

Hokuyo URG-04LX-UG01

Hokyo URG-04LX-UG01.jpg

  • Interface: USB2.0/1.1[Mini B](Full Speed)
  • Power supply: 500mA or less (Rush current 800mA)

For more information, visit the official website.

Mounting the sensor on the youBot

First mount the sensor on the universal sensor carrier.

Holes used

To mount the sensor on the sensor carrier, use

  • 2 x M3 Depth 8

and the holes shown below.

Universal Sensor Carrier - Hokyo.JPG

Powering the sensor

To power the sensor, use the provided special USB-Y Cable with 2 x Plugs A to mini B.

Software

To start working with Hokuyo scanner you have to install ROS drivers. Informations for different ROS versions can be found here: Hokuyo node and here urg node.

Setting udev rule

In order to use the Hokuyo under Ubuntu you need to add a so-called udev rule first, so that the system will recognize it as a Hokuyo sensor.

For creating the rule you need to create a file under /etc/udev/rules.d and edit it, e.g. with

$ sudo nano /etc/udev/rules.d/47-hokuyo.rules

Copy the following contents into the file:

KERNEL=="ttyACM[0-9]*", ACTION=="add", ATTRS{idVendor}=="15d1", MODE="0666", GROUP="dialout", SYMLINK+="sensors/hokuyo"

When you then connect the Hokuyo via the USB cable to the PC, it should be recognized as /dev/sensors/hokuyo

Note: this only works for one Hokuyo connected at a time. If you want to use multiple Hokuyos simultaneously, then check out [1].


Go back to Sensors