Questions: RRT and PRM Sampling-Based Planners

1 questions to test your understanding

Score: 0 / 1
Question 1 Multiple Choice

An RRT planner is given 5 seconds to plan a path for a 6-DOF robot arm. After 1 second, it has found a feasible path from start to goal. What should the planner do with the remaining 4 seconds?

AStop and return the path immediately, because a feasible solution has been found
BContinue sampling and tree expansion to find shorter and smoother paths, with anytime optimization
CRestart with a different random seed to explore alternative paths
DSwitch to a deterministic planner like A* to refine the RRT solution