Skip to content

Commit

Permalink
bump to 2.7.4 to compiler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Jan 24, 2024
1 parent 74f682e commit 396672d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>slam_toolbox</name>
<version>2.7.3</version>
<version>2.7.4</version>
<description>
This package provides a sped up improved slam karto with updated SDK and visualization and modification toolsets
</description>
Expand Down
4 changes: 2 additions & 2 deletions solvers/ceres_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,13 @@ void CeresSolver::RemoveNode(kt_int32s id)
problem_->RemoveParameterBlock(&nodeit->second(1));
problem_->RemoveParameterBlock(&nodeit->second(2));
RCLCPP_DEBUG(
logger_,
node_->get_logger(),
"RemoveNode: Removed node id %d" ,nodeit->first);
}
else
{
RCLCPP_DEBUG(
logger_,
node_->get_logger(),
"RemoveNode: Missing parameter blocks for "
"node id %d", nodeit->first);
}
Expand Down

0 comments on commit 396672d

Please sign in to comment.