Unable to use BIT* as a planning algorithm
Posted: 18 Jun 2019, 02:50
Hello, for motionPlanningAndGraspingDemo, I try to change the default planning algorithm to BIT*. But it didn't work and reported the following error: PathLengthDirectInfSampler only supports RealVector, SE2 and SE3 statespaces. (simOMPL.compute @ 'OMPL' plugin).
I have already searched this problem online. It seems that the key thing is that BIT* can only handle certain types of state spaces, since it needs to do informed sampling. I also try some other demos, the same error was reported. And how to solve this problem to make BIT* applicable? Thank you very much!
Best wishes!
From a student.
I have already searched this problem online. It seems that the key thing is that BIT* can only handle certain types of state spaces, since it needs to do informed sampling. I also try some other demos, the same error was reported. And how to solve this problem to make BIT* applicable? Thank you very much!
Best wishes!
From a student.