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

There are two shared libraries that should be compiled from roslz4: /opt/ros/ingido/lib/libroslz4.so, which is the shared library that implements the C/C++ bindings, and then /opt/ros/indigo/lib/python2.7/dist-packages/roslz4/_roslz4.so, which is the compiled python module which connects python to the compiled library.

You should check the build process for roslz4, and make sure that it's procuding a _roslz4.so binary and installing it to /opt/ros/indigo/lib/python2.7/dist-packages/roslz4/_roslz4.so