31 #include <RobotAPI/interface/components/RobotHealthInterface.h>
32 #include <RobotAPI/interface/units/LaserScannerUnit.h>
35 #include <HokuyoLaserScannerDriver/urg_sensor.h>
49 defineOptionalProperty<std::string>(
"LaserScannerListenerName",
50 "CartographerMappingAndLocalization",
51 "Name of the laser scan listener.");
52 defineOptionalProperty<int>(
"UpdatePeriod", 25,
"Update period for laser scans");
53 defineOptionalProperty<float>(
"AngleOffset",
55 "Offset is applied the raw angles before reporting them");
56 defineOptionalProperty<std::string>(
59 "List of devices in form of 'IP1,port1,frame1;IP2,port2,frame2;...'");
61 defineOptionalProperty<std::string>(
62 "RobotHealthComponentName",
"RobotHealth",
"Name of the RobotHealth component");
63 defineOptionalProperty<std::string>(
64 "RobotHealthTopicName",
"RobotHealthTopic",
"Name of the RobotHealth topic");
65 defineOptionalProperty<std::string>(
"DebugObserverName",
67 "Name of the topic the DebugObserver listens on");
108 virtual public armarx::LaserScannerUnitInterface,
120 return "HokuyoLaserUnit";
154 std::string laserScannerListenerProxyName;
155 LaserScannerUnitListenerPrx listenerPrx;
156 int updatePeriod = 25;
157 float angleOffset = 0.0f;
158 std::vector<HokuyoLaserScanDevice> devices;
159 LaserScannerInfoSeq connectedDevices;