LaserDriver component
This is the LaserDriver component from the GenoM3 OSMOSIS show case. It controls an Hokuyo Laser.
It produces a Scan (out) port (similar to a ROS sensor_msgs/LaserScan).
Note that by default the intensities sequence is not filled. |
Ports
Scan (out)
Data structure
|
The laser Scan port for other components to use.
Services
SetBaudrate (attribute)
Inputs
|
Set the speed for com. Useless for USB.
SetAngleResolution (attribute)
Inputs
|
Set the angle resolution.
SetDelay (attribute)
Inputs
|
Set the delay in usec we will delay port update (to test the monitor).
ConnectDevice (function)
Throws
|
Connect to the device
ScanStart (activity)
Throws
|
Context
|
Get a scan from the Hokuyo and publish it in the Scan (out) port.