|
#include <RobotAPI/drivers/HokuyoLaserUnit/HokuyoLaserUnit.h>
Public Member Functions | |
bool | reconnect () |
void | run () |
Public Attributes | |
float | angleOffset = 0.0f |
std::string | componentName |
bool | connected = false |
DebugObserverInterfacePrx | debugObserver |
int | errorCounter = 0 |
std::string | frame |
std::string | ip |
std::vector< long > | lengthData |
LaserScannerUnitListenerPrx | listenerPrx |
int | port = 0 |
armarx::plugins::HeartbeatComponentPlugin * | robotHealthPlugin |
LaserScan | scan |
RunningTask< HokuyoLaserScanDevice >::pointer_type | task |
urg_t | urg |
Definition at line 70 of file HokuyoLaserUnit.h.
bool reconnect | ( | ) |
void run | ( | ) |
float angleOffset = 0.0f |
Definition at line 75 of file HokuyoLaserUnit.h.
std::string componentName |
Definition at line 89 of file HokuyoLaserUnit.h.
bool connected = false |
Definition at line 76 of file HokuyoLaserUnit.h.
DebugObserverInterfacePrx debugObserver |
Definition at line 92 of file HokuyoLaserUnit.h.
int errorCounter = 0 |
Definition at line 79 of file HokuyoLaserUnit.h.
std::string frame |
Definition at line 74 of file HokuyoLaserUnit.h.
std::string ip |
Definition at line 72 of file HokuyoLaserUnit.h.
std::vector<long> lengthData |
Definition at line 78 of file HokuyoLaserUnit.h.
LaserScannerUnitListenerPrx listenerPrx |
Definition at line 90 of file HokuyoLaserUnit.h.
int port = 0 |
Definition at line 73 of file HokuyoLaserUnit.h.
armarx::plugins::HeartbeatComponentPlugin* robotHealthPlugin |
Definition at line 91 of file HokuyoLaserUnit.h.
LaserScan scan |
Definition at line 87 of file HokuyoLaserUnit.h.
RunningTask<HokuyoLaserScanDevice>::pointer_type task |
Definition at line 86 of file HokuyoLaserUnit.h.
urg_t urg |
Definition at line 77 of file HokuyoLaserUnit.h.