We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51df4b6 commit 88a2081Copy full SHA for 88a2081
1 file changed
mola_bridge_ros2/src/BridgeROS2.cpp
@@ -2007,7 +2007,7 @@ void BridgeROS2::publishMetricMapGeoreferencingData(
2007
{
2008
MRPT_LOG_INFO_STREAM(
2009
"Publishing map georeferencing metadata: T_enu_to_map="
2010
- << g.T_enu_to_map.asString() //
+ << g.T_enu_to_map.mean.asString() //
2011
<< " geo_coord.lat=" << g.geo_coord.lat.getAsString() //
2012
<< " geo_coord.lon=" << g.geo_coord.lon.getAsString() //
2013
<< " geo_coord.height=" << g.geo_coord.height //
0 commit comments