4 #include <geometry_msgs/Point32.h> 12 geometry_msgs::Point32
toRosPoint(NxLibItem
const& itemArray,
bool convertUnits =
true)
14 geometry_msgs::Point32 point;
23 point.x = itemArray[0].asDouble();
24 point.y = itemArray[1].asDouble();
25 point.z = itemArray[2].asDouble();
31 NxLibItem
toEnsensoPoint(geometry_msgs::Point32
const& point,
bool convertUnits =
true)
42 itemPoint[0] = point.x;
43 itemPoint[1] = point.y;
44 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