aron_conversions.h File Reference
+ Include dependency graph for aron_conversions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::armem
 
 armarx::armem::laser_scans
 
 armarx::armem::laser_scans::arondto
 

Functions

template<typename T >
auto fromAron (const aron::data::NDArrayPtr &navigator)
 
void fromAron (const arondto::LaserScanStamped &aronLaserScan, LaserScan &laserScan, std::int64_t &timestamp, 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 &timestamp, const std::string &frame, const std::string &agentName, arondto::LaserScanStamped &aronLaserScanStamped)