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
Direction change index computation during initialization (ros-navigation#4026)
* modified direction change index computation point
prior the direction change index was being computed in ever
getNeighbor call, now its done at parse time.
Signed-off-by: Anil Kumar Chavali <[email protected]>
* changed computation point of direction_change_index
* moved computation to getMotionPrimitives function
* updated getMotionPrimitives function to return index
* updated node lattice tests with modified function
* removed obsolete code
Signed-off-by: Anil Kumar Chavali <[email protected]>
* updated docstring for getMotionPrimitives func.
Signed-off-by: Anil Kumar Chavali <[email protected]>
* linting fixes using ament_uncrustify
Signed-off-by: Anil Kumar Chavali <[email protected]>
---------
Signed-off-by: Anil Kumar Chavali <[email protected]>
0 commit comments