24 #include <RobotAPI/interface/units/LaserScannerUnit.h>
42 void fromAron(
const arondto::LaserScanStamped& aronLaserScan,
44 std::int64_t& timestamp,
46 std::string& agentName);
52 return aron::data::converter::AronVectorConverter::ConvertToVector<T>(navigator);
55 void fromAron(
const arondto::LaserScanStamped& aronLaserScan, LaserScanStamped& laserScan);
57 void toAron(
const LaserScan& laserScan,
59 const std::string& frame,
60 const std::string& agentName,
61 arondto::LaserScanStamped& aronLaserScan);
67 return AronVectorConverter::ConvertFromVector(laserScan);