Closed YusseffRuiz closed 1 year ago
To wake up the robot, you are supposed to call ALMotion.wakeUp
:
motionProxy = ALProxy("ALMotion", ip, port)
motionProxy.wakeUp()
The rest of your code is redundant.
Closing because this is not a ROS driver question.
When running autonomous life or only wake up on Nao V6, it is not working. I've found the issue while running python code directly on the NAO.
`
`
After running the main code, it prints everything required, and if activating any other module, it works fine, however, any module requiring motors ex. ALMotion, ALRobotPosture. Gets the following error:
`
`
Specifically: qi.path.sdklayout: No Application was created, trying to deduce paths
And it doesn't move, anyone knows about this problem?