Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 RRT 或其变体(例如 RRT-connect)用于没有解决方案的配置空间时会发生什么?(例如,当所有现有路径都没有碰撞时)
它只是永远循环吗?
是的,它永远循环,直到它满足某种终止条件(例如超过设定的计划时间限制)。