UB in TrackingPidLocalPlanner::projectedCollisionCost()
- partially uninitialized object used
#143
Labels
bug
Something isn't working
In
TrackingPidLocalPlanner::projectedCollisionCost()
a local variablex_step_tf
is created but only it's origin component is initialized; it's basis component is left uninitialized.Later this variable is used in computations which is undefined behavior.
This could be (one of) the reasons our tests sometimes fail.
The text was updated successfully, but these errors were encountered: