Function etsi_its_mapem_ts_msgs::access::getRefPointUTMPositionWithConvergenceAngle

Function Documentation

inline gm::PointStamped etsi_its_mapem_ts_msgs::access::getRefPointUTMPositionWithConvergenceAngle(const IntersectionGeometry &intsctn, int &zone, bool &northp, double &conv_angle)

Get the UTM Position of ref_point defined by the Position3D in an IntersectionGeometry object.

The position is transformed into UTM by using GeographicLib::UTMUPS The altitude value is directly used as z-Coordinate

Parameters:
  • intsctn[in] IntersectionGeometry to get the UTM Position from

  • zone[out] the UTM zone (zero means UPS)

  • northp[out] hemisphere (true means north, false means south)

  • conv_angle[out] grid-convergence angle in degree

Returns:

gm::PointStamped geometry_msgs::PointStamped of the given position