Skip to content

Commit

Permalink
Fixed #1022
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Aug 18, 2023
1 parent bc79e15 commit cd52f76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rtabmap_slam/src/CoreWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,6 @@ void CoreWrapper::process(
poseMsg.header.frame_id = mapFrameId_;
poseMsg.header.stamp = stamp;
rtabmap_conversions::transformToPoseMsg(mapToOdom_*odom, poseMsg.pose.pose);
poseMsg.pose.covariance;
if(!rtabmap_.getStatistics().localizationCovariance().empty())
{
const cv::Mat & cov = rtabmap_.getStatistics().localizationCovariance();
Expand Down

0 comments on commit cd52f76

Please sign in to comment.