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

Try to use relative paths and use the ros package structure. Then your makefile is in the root of the package and the source files in src. Then add_library(fis src/fis.c)

You are also mixing c++ and c, that could also give problems.