I am attempting pose target planning and for any but trivial tasks it fails to find a path even with large time limits. Does it require a supercomputer? What is the expected minimum HW to solve it?
My setup:
- ROS2 Humble, Moveit2.
- 6dof arm (uArm Lite6) simulation
- Ubuntu 22.04
- VMware Workstation 17 Pro, allocated 9GB memory and 4 cores out of my 2.5GHz i5-14400F
- RRT, RRTConnect, EST planners, all fail with 5 minute limit. RRTConnect failed with 30 minutes. All by timeout, saying they couldn't solve it.
- It fails for a random valid target position 10cm away
- It finds a plan when the target is the starting position, or it differs from it by 1 joint movement. (in other words, the setup does not have a trivial error - it works.)
- Workspace bounds are reasonable; other params default. Tried changing them, did not help.
- It works well and fast for joint target planning.
EDIT: I am not asking whether my specific parameters are correct - I am aware I have not provided them. I am asking whether a 6 dof arm pose planning requires a super computer or my hw should be able to handle it. (Consequence for me is that if yes, my parameters are likely the problem)