ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Yes pyparsing needs to be version 1.5.7, but I needed to run the following commands to get it to work:
easy_install pyparsing==1.5.7
easy_install pydot
since the rosdep install for pydot would get its own (incorrect) version of pyparsing.
Thanks!