personalrobotics / prpy

Python utilities used by the Personal Robotics Laboratory.
BSD 3-Clause "New" or "Revised" License
62 stars 19 forks source link

Add require_cache option passthrough for CHOMPPlanner #316

Closed cdellin closed 8 years ago

cdellin commented 8 years ago

This adds support for the require_cache flag for the CHOMP planner's computedistancefield method. When this flag is set, the planner will throw an exception if the field is not able to be loaded from file. This is intended to be used for planner benchmarking.