浏览代码
When the MoveIt trajectory planner fails to find a valid path, it returns an empty list of path points. Our mover.py script assumes there is always something in the list, so we get an exception when there is not (which breaks our listener node and mandates a re-launch). Added out of bounds checks and moved the response population to the bottom to ensure we only send a path back when it is complete, and otherwise send an empty response (for which the srv will print an adequate error to console). Tested by running DemoScene with out of bounds locations for target placement./devin-main-fix
Devin Miller
4 年前
当前提交
f45823d0
共有 1 个文件被更改,包括 18 次插入 和 5 次删除
正在加载...
Reference in new issue