Skip to content

Commit 8b21e89

Browse files
committed
fix return value
Signed-off-by: Tony Najjar <[email protected]>
1 parent b4557d1 commit 8b21e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nav2_mppi_controller/src/critics/path_angle_critic.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ void PathAngleCritic::score(CriticData & data)
150150
return;
151151
}
152152
}
153+
return true;
153154
}
154155

155156
} // namespace mppi::critics

0 commit comments

Comments
 (0)