CSCE 452/752 Robotics and Spatial Intelligence, Spring 2026

Homework 17

$ \def\R{\mathbb{R}} \def\C{\mathcal{C}} \def\Cfree{\C_{\rm free}} \def\Cobst{\C_{\rm obst}} \def\qinit{q_{\rm init}} \def\qgoal{q_{\rm goal}} $ We described the motion planning problem in terms of these inputs: And these outputs: Consider the Probabilistic Roadmap (PRM) algorithm applied to this problem.
[a] If the PRM returns a path, can we be certain that the path travels through $\Cfree$ from $\qinit$ to $\qgoal$? Answer YES or NO and give a persuasive argument to support your answer. (5 points) [b] If the PRM fails to find a path, can we be certain that no path in $\Cfree$ from $\qinit$ to $\qgoal$ exists? Answer YES or NO and give a persuasive argument to support your answer. (5 points)