Nao installation - problem with python [ArchLinux]
I'm following the official guide http://wiki.ros.org/nao/Tutorials/Getting-Started to install Nao. The problem that I'm running into is when I tried to start the ros_driver package by executing :
$ LDLIBRARYPATH=~/naoqi/naoqi-sdk-1.12.3-linux32/lib:$LDLIBRARYPATH NAOIP=127.0.0.1 roslaunch naodriver naodriversim.launch
I'd get the following output:
Traceback (most recent call last):
File "/opt/ros/indigo/bin/roslaunch", line 34, in
From my understanding, the PyUnicodeUCS4AsDefaultEncodedString is related to my built python USC version. Because it says UCS4, my Python indicates to be built in another version, hence USC2.
But when I tried to verify my python USC with: sys.maxunicode
I'd get the return value of 1114111 which is the value of USC4.
I'm lost right now and don't know where to go from here. Any help would be appreciated!
Asked by willtd on 2015-01-11 12:44:44 UTC
Comments