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
Fix zig-zaggin in smac planner due to discrete angular bin quantizations (ros-navigation#3752)
* adding intial prototype for smac hybrid-A* multiple primitives quantization interpolation
* fixing unsigned int issue
* cleaning up expansions log
* fix primitives to be of equal dist
* adding test for expansions getting
* fixing tests from changes
* adding a theoretical guardrail
* updating Hybrid-A* to include directional information in the primitives for enabling multi-primitive planning & accurate traversal cost functions
* moving Hybrid-A* specifics to template specialization
* expand support for debug visualizations to State Lattice and 2D A*'s
* fix some test oddities
* dynamic parameters
* remove unused variable
* minor changes
* adding options for downsampling obstacle heurisic and for using quadratic cost penalty functions
* fixing unit tests
0 commit comments