MCPcopy Create free account
hub / github.com/RoboJackets/software-training / UpdateMeasurement

Method UpdateMeasurement

localization/src/aruco_sensor_model.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void ArucoSensorModel::UpdateMeasurement(const stsl_interfaces::msg::TagArray::SharedPtr msg)
83{
84 last_msg_ = *msg;
85}
86
87double ArucoSensorModel::ComputeLogNormalizer()
88{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected