Function etsi_its_cpm_ts_msgs::access::setXDimensionOfPerceivedObject
Defined in File cpm_ts_setters.h
Function Documentation
-
inline void etsi_its_cpm_ts_msgs::access::setXDimensionOfPerceivedObject(PerceivedObject &object, const double value, const double std = std::numeric_limits<double>::infinity())
Sets the x-dimension of a perceived object.
This function sets the x-dimension of the given
PerceivedObjectto the specified value. The x-dimension usually represents the length of the object.- Parameters:
object – The
PerceivedObjectto modify.value – The value to set as the x-dimension in meters.
std – The standard deviation of the x-dimension value in meters (optional, default is infinity).