#include "aron_conversions.h"
#include <algorithm>
#include <cstdint>
#include <iterator>
#include <RobotAPI/interface/units/LaserScannerUnit.h>
#include <RobotAPI/libraries/armem/core/aron_conversions.h>
#include <RobotAPI/libraries/armem_laser_scans/aron/LaserScan.aron.generated.h>
#include <RobotAPI/libraries/aron/common/aron_conversions.h>
#include <RobotAPI/libraries/aron/core/data/variant/complex/NDArray.h>
#include "types.h"
Go to the source code of this file.
|
| 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) |
| |
| SensorHeader | fromAron (const arondto::SensorHeader &aronSensorHeader) |
| |
| int64_t | toAron (const armem::Time ×tamp) |
| |
| void | toAron (const LaserScan &laserScan, const armem::Time ×tamp, const std::string &frame, const std::string &agentName, arondto::LaserScanStamped &aronLaserScanStamped) |
| |
| void | toAron (const LaserScanStamped &laserScanStamped, arondto::LaserScanStamped &aronLaserScanStamped) |
| |
| arondto::SensorHeader | toAron (const SensorHeader &sensorHeader) |
| |