Only released in EOL distros:  

wg_hardware_test: ectools | life_test | pr2_camera_focus | pr2_component_descriptions | pr2_drive_life_test | pr2_hardware_test_monitor | pr2_transmission_check | qualification | roslaunch_caller | wg_invent_client | wgtest_status_indicator

Package Summary

Controls Delcom USB indicator light with the status of Test Manager.

Overview

The wgtest_status_indicator package contains a driver for a Delcom USB indicator light to monitor the status of Test Manager.

{X} This tool does not work in Ubuntu 10.10 (Maverick) because libhid0 and/or libhid-dev are not available.

Running Light Driver

To run the light driver:

roscd wgtest_status_indicator
sudo bash
export ROS_MASTER_URI=http://wgburn1:11311
bin/wgtest_indicator

Note: You don't have to set the ROS_MASTER_URI if you're running on the same machine as Test Manager.

The driver is persistent, and will still operate if Test Manager goes down. Notice how the driver needs to be run as root.

Turning on the Light Manually

The utility delcom_usb_light can enable or disable the USB light manually.

$ bin/delcom_usb_light -h
Usage: bin/delcom_usb_light [ --orange | --red | --green | --off | --get ]

It also must be run as root.

Wiki: wgtest_status_indicator (last edited 2010-12-20 21:22:30 by KevinWatts)