我正在尝试编写一个小程序,让 Pepper 通过 Choregraphe 检查房间内的地标。用于地标检测的常规 Python 代码工作得很好,但我无法将它移植到 Choregraphe。http://doc.aldebaran.com/2-5/dev/python/examples/vision/landmark.html
根据这个视频,我已经可以在 Choregraphe 中导入简单的 Python 文件,但是在使用地标检测时总是会出错。 https://www.youtube.com/watch?v=orDWxHQxw5s
这段代码
给出此错误消息:
[ERROR] behavior.box :createPythonModule:0
_Behavior__lastUploadedChoregrapheBehaviorbehavior_11118986952:/Landmark
Detektor_1: Box creation failed with the error: <type
'exceptions.RuntimeError'> Application was already initialized
我如何成功地将 Python 地标检测移植到 Choregraphe 代码?
问候弗雷德里克