Go to the source code of this file.
|
template<typename T > |
auto | fromAron (const aron::data::NDArrayPtr &navigator) |
|
void | fromAron (const arondto::LaserScanStamped &aronLaserScan, LaserScan &laserScan, std::int64_t ×tamp, std::string &frame, std::string &agentName) |
|
void | fromAron (const arondto::LaserScanStamped &aronLaserScan, LaserScanStamped &laserScan) |
|
aron::data::NDArrayPtr | toAron (const LaserScan &laserScan) |
|
void | toAron (const LaserScan &laserScan, const armem::Time ×tamp, const std::string &frame, const std::string &agentName, arondto::LaserScanStamped &aronLaserScanStamped) |
|