Open davetcoleman opened 11 years ago
Hi,
I had the same problem (Ubuntu12.04, ROS Hydro) and traced it back to: benchmarks/benchmarks/src/benchmark_execution.cpp on line 1081 The clear() function should not clear the start and goal positions/constraints but it actually does, so the planning request doesn't make sense and the assertion fails in preSolve()
Comment this line (1081) and it should work. It may also be better to move Line 1069 in the for loop to make sure to clean the planning context, but I'm not really sure about that.
I know it has been a while since you opened the issue, but I just spent two days trying to find this nasty little bug; I hope this answer might help someone someday...
Best, RedoXPS
Using latest source, OMPL segfaults when using benchmarking. I tracked it down to where it crosses into the OMPL library itself...
The motion planning request is:
The backtrace is:
It crashes at:
Any guidance welcomed!