Skip to content

Commit 88a2081

Browse files
committed
Less verbose output: don't print covariance matrix for each geo-referenced solution
1 parent 51df4b6 commit 88a2081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mola_bridge_ros2/src/BridgeROS2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ void BridgeROS2::publishMetricMapGeoreferencingData(
20072007
{
20082008
MRPT_LOG_INFO_STREAM(
20092009
"Publishing map georeferencing metadata: T_enu_to_map="
2010-
<< g.T_enu_to_map.asString() //
2010+
<< g.T_enu_to_map.mean.asString() //
20112011
<< " geo_coord.lat=" << g.geo_coord.lat.getAsString() //
20122012
<< " geo_coord.lon=" << g.geo_coord.lon.getAsString() //
20132013
<< " geo_coord.height=" << g.geo_coord.height //

0 commit comments

Comments
 (0)