We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4da84 commit 88d99dbCopy full SHA for 88d99db
libs/nav/src/reactive/CMultiObjectiveMotionOptimizerBase.cpp
@@ -61,7 +61,7 @@ int CMultiObjectiveMotionOptimizerBase::decide(
61
catch (std::exception&)
62
{
63
m_score_exprs.clear();
64
- return -1; // no good motion in this case
+ return -1; // no good motion in this case
65
}
66
67
// Register formulas also as variables, usable by the assert()
@@ -99,7 +99,7 @@ int CMultiObjectiveMotionOptimizerBase::decide(
99
100
101
m_movement_assert_exprs.clear();
102
103
104
105
0 commit comments