Function etsi_its_cpm_ts_msgs::access::setZDimensionOfPerceivedObject

Function Documentation

inline void etsi_its_cpm_ts_msgs::access::setZDimensionOfPerceivedObject(PerceivedObject &object, const double value, const double std = std::numeric_limits<double>::infinity())

Sets the z-dimension of a perceived object.

This function sets the z-dimension of the given PerceivedObject to the specified value. The z-dimension usually represents the height of the object.

Parameters:
  • object – The PerceivedObject to modify.

  • value – The value to set as the z-dimension in meters.

  • std – The standard deviation of the z-dimension value in meters (optional, default is infinity).