-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Here's how to replicate the problem:
-
- initialize an environment with robot
-
- instantiate CBiRRT planner and request plan
- < repeat 2 >
It eventually gobbles up all my RAM.
A second issue I've noticed is that if CBiRRT gets stuck in a weird state and fails to find a solution, subsequent plans with different parameters can also fail to find a solution.
The weird state is seen with this output:
Attached Solver Found a Solution!
Constrained IK solution(s) found!
< repeats forever until 25 sec timeout >
If you make a new request in the same environment, it will also fail in the same way. However if I create a new environment it will find a solution.
So unfortunately the most reliable way to test CBiRRT is to create a new environment for every, single planning request.
This ticket is just a placeholder. More debugging is required.
Metadata
Metadata
Assignees
Labels
No labels