ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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!