From: hadar s. <had...@gm...> - 2021-07-06 14:20:00
|
Hi I am working with prm and real vector state space and I'm trying to store the graph by using the Planner Data Storage. when calling PlannerDataStorage.store(PlannerData, filename), the following code line inside PlannerDataStorage.store(PlannerData, std::ostream): boost::archive::binary_oarchive oa(out); throws an exception of access violation reading location (msvcp140.dll). Does anyone have any idea why? Also, is there a demo with an example of how to use Planner Data Storage for storing/loading graph? Best, Hadar. |