Functions | |
double | nxLibToPclTimestamp (double const ×tamp, bool isFileCamera=false) |
double | nxLibToRosTimestamp (double const ×tamp, bool isFileCamera=false) |
NxLibItem | toEnsensoPoint (geometry_msgs::msg::Point32 const &point, bool convertUnits=true) |
geometry_msgs::msg::Point32 | toRosPoint (NxLibItem const &itemArray, bool convertUnits=true) |
Variables | |
const int | conversionFactor = 1000 |
double ensenso_conversion::nxLibToPclTimestamp | ( | double const & | timestamp, |
bool | isFileCamera = false |
||
) |
Definition at line 45 of file conversion.cpp.
double ensenso_conversion::nxLibToRosTimestamp | ( | double const & | timestamp, |
bool | isFileCamera = false |
||
) |
Definition at line 40 of file conversion.cpp.
NxLibItem ensenso_conversion::toEnsensoPoint | ( | geometry_msgs::msg::Point32 const & | point, |
bool | convertUnits = true |
||
) |
Definition at line 70 of file conversion.cpp.
geometry_msgs::msg::Point32 ensenso_conversion::toRosPoint | ( | NxLibItem const & | itemArray, |
bool | convertUnits = true |
||
) |
Definition at line 51 of file conversion.cpp.
const int ensenso_conversion::conversionFactor = 1000 |
Definition at line 16 of file conversion.h.