Closed kylebme closed 3 years ago
The example in the main readme file is missing robot_parser.from_file(urdf_path). This tripped me up when I first tried to use this awesome library.
robot_parser.from_file(urdf_path)
Additionally, the print statement is missing parentheses (for Python 3.x syntax).
Thanks! I've added the line to the readme.
The example in the main readme file is missing
robot_parser.from_file(urdf_path)
. This tripped me up when I first tried to use this awesome library.Additionally, the print statement is missing parentheses (for Python 3.x syntax).