How to make use of some libraries to implement a fuzzy controller in ROS [closed]

asked 2013-03-09 04:54:49 -0500

Bernardo gravatar image

Hello. I need to implement a fuzzy controller in ROS, using MatLab Fuzzy Toolbox, and I have the necessary files:

fis.h : contains structure and function declarations fis.c : contains function definitions, it's in C fismain.cpp : I want to make use of the inference engine here and modify it

To be able to use this in ROS I'd need to make use of these files:

include "fis.h" include "fis.c"

How could I do it? I think I have to make some modifications in CMakeList.txt but I don't know how to.

The directory for the files is /home/magno/proyecto/prueba5/src

Cheers and thank you

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-11-19 19:51:22.817607