You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dlux_global_planner/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,14 +115,14 @@ Below, we provide a "brief" mathematical derivation of the calculation.
115
115
*`P(C) <= P(D)`
116
116
*`P(A) <= P(C)`
117
117
* If `P(C)` is infinite, that is, not initialized yet, the new potential calculation is straightforwardly .
118
-
* Otherwise, we want to find a value of `P(X)` that satisfies the equation 
118
+
* Otherwise, we want to find a value of `P(X)` that satisfies the equation 
119
119
* It's possible there are no real values that satisfy the equation if  in which case the straightforward update is used.
120
120
* Otherwise, through clever manipulation of the quadratic formula, we can solve the equation with the following:
* That all looks complicated, and computationally inefficient due to the square root operation. Hence, we calculate a second-degree Taylor series approximation as
* That all looks complicated, and computationally inefficient due to the square root operation. Hence, we calculate a second-degree Taylor series approximation at +h/2)as
0 commit comments