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

Please check the package name is consistent everywhere, i.e. in header files and include directories because if you are following the ros tutorial : http://wiki.ros.org/ROS/Tutorials/WritingServiceClient%28c%2B%2B%29 then there is an inconsistency in there package name. It starts with making a "beginners_tutorial" package while in the example code it includes : #include "beginner_tutorials/AddTwoInts.h" which throws a make error on catkin_make.