-
Notifications
You must be signed in to change notification settings - Fork 155
Description
I am using UAM-05LP, it has a lcd screen which give the area number, the warning status and the error code. I would like to access these value via the driver. Fortunately is already implemented it is the updateStatus which send an AR00 and a DL00 request to the Hokuyo. To publish this status it is needed to call a service which will call these function and publish in latched mode.
However, when I listen to this topic the value a messed up meaning it did not match the reality. it more or less somewhere in the past. Moreover it get updated only if an error triggers the Hokuyo.
I sniffed the serial com between Hokuyo and the official Hokuyo software it looks like only AR00 is sent to be able to retrieve the laser status but in the final installation I use ethernet communication but I do not think that the request change if it is USB or ethernet.