Add an interpolator similar to the SimplePlanner in older version of MPEL. Use A* with the cost function based on distance from goal and potential field gradient. Old source code is available here
This is hardly different from potential field interpolator and vaguely defined. Moreover, potential field interpolator produces much better path so closing the issue.
Add an interpolator similar to the
SimplePlanner
in older version of MPEL. Use A* with the cost function based on distance from goal and potential field gradient. Old source code is available here