ERROR: cannot launch node of type [teleop/teleop_key]: can't locate node [teleop_key] in package [teleop]
时间:2019-02-17 15:13:22
收藏:0
阅读:1688
节点由python写成,编译通过,运行时报错如下:
ERROR: cannot launch node of type [teleop/teleop_key]: can‘t locate node [teleop_key] in package [teleop]
报错原因:权限不够!需要把telep_key.py改成可执行文件权限。

原文:https://www.cnblogs.com/gdut-gordon/p/10391115.html
评论(0)