5 geometry_msgs::Point32
toRosPoint(NxLibItem
const& itemArray,
bool convertUnits)
7 geometry_msgs::Point32 point;
16 point.x = itemArray[0].asDouble();
17 point.y = itemArray[1].asDouble();
18 point.z = itemArray[2].asDouble();
24 NxLibItem
toEnsensoPoint(geometry_msgs::Point32
const& point,
bool convertUnits)
35 itemPoint[0] = point.x;
36 itemPoint[1] = point.y;
37 itemPoint[2] = point.z;
NxLibItem toEnsensoPoint(geometry_msgs::Point32 const &point, bool convertUnits=true)
geometry_msgs::Point32 toRosPoint(NxLibItem const &itemArray, bool convertUnits=true)
const int conversionFactor