Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
Signed-off-by: goes <[email protected]>
  • Loading branch information
goes authored and goes committed Jul 17, 2024
1 parent dab056c commit 82c6479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nav2_smac_planner/test/test_node2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ TEST(Node2DTest, test_node_2d_neighbors)
std::function<bool(const uint64_t &,
nav2_smac_planner::Node2D * &)> neighborGetter =
[&, this](const uint64_t & index,
nav2_smac_planner::Node2D * & neighbor_rtn) -> bool
nav2_smac_planner::Node2D * & neighbor_rtn) -> bool
{
return false;
};
Expand Down
2 changes: 1 addition & 1 deletion nav2_smac_planner/test/test_nodehybrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ TEST(NodeHybridTest, test_node_reeds_neighbors)
std::function<bool(const uint64_t &,
nav2_smac_planner::NodeHybrid * &)> neighborGetter =
[&, this](const uint64_t & index,
nav2_smac_planner::NodeHybrid * & neighbor_rtn) -> bool
nav2_smac_planner::NodeHybrid * & neighbor_rtn) -> bool
{
// because we don't return a real object
return false;
Expand Down
2 changes: 1 addition & 1 deletion nav2_smac_planner/test/test_nodelattice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ TEST(NodeLatticeTest, test_get_neighbors)
std::function<bool(const uint64_t &,
nav2_smac_planner::NodeLattice * &)> neighborGetter =
[&, this](const uint64_t & index,
nav2_smac_planner::NodeLattice * & neighbor_rtn) -> bool
nav2_smac_planner::NodeLattice * & neighbor_rtn) -> bool
{
// because we don't return a real object
return false;
Expand Down

0 comments on commit 82c6479

Please sign in to comment.