Closed greftly closed 1 year ago
The line "RobParser: Invalid property servoI on line 27" is very odd. It should be internally converting the property name "servoI" into lowercase "servoi", but it doesn't seem to be doing that properly. Do you have an atypical system setup? What system are you compiling under?
You could try going into the file "Klampt-examples/data/robots/tx90pr2.rob" and rewrite "servoI" as "servoi" on line 27 to see if that fixes the problem.
Thank you. It works well now. But all of .rob files written as "servoI". I'm using Ubuntu 18.04.4 Regards.
Hi,
I installed Klampt with following Klamp't Tutorial: Installation on Linux. I'm getting error when I run
python kbdrive.py ../../data/tx90roll.xml
.How Can I fix this? Thank you.