error while run roscore on armel ubuntu 12.04
Hello, I have installed ros groovy from source on armel ubuntu 12.04.At first,roscore can run successfully.But now,when I run roscore I got the following message:
WARNING: unable to configure logging. No log files will be generated
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
2;roscore
Invalid <param> tag: Cannot load command parameter [rosversion]: command [rosversion roslaunch] returned with code [1].
Param xml is <param command="rosversion roslaunch" name="rosversion"/>
So I deleted the log through:$ rosclean purge
Than refer to the website http://answers.ros.org/question/44996...
remove the old rospkg:
$ sudo pip uninstall rospkg
than install the latest version.$sudo pip install -U rospkg
When I run roscore there is always the same message.
please help me. Thank you very much.