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

This is not an answer but a question to William in order to complete the .deb generation locally...

I'm trying to perform the same operation than Jose: generate a local deb of my ros package. I do run "bloom-generate rosdebian --os-name ubuntu --os-version precise --ros-distro hydro" correctly but when running "fakeroot debian/rules binary" the compiler doesn’t find the include files that are located in the "devel/include/" directory of the catkin workspace. Those header files are auto-generated by catkin_make when defining services in my main code... Any idea on to solve this?

Also, could you elaborate on the 2 alternatives you are proposing: checkinstall and dpkg-buildpackage ? Thanks in advance.