using a library
Hello, I am a newbie to ROS (and to C++ as well). I need to use some fuctions and classes from a library "itpp-4.2" .Now i have successfully installed the library locally (as i dont have sudo rights) in a folder /home/abc/itpp-4.2 . I want to use these function in a ros node in a ros package. so how can i do that. what files do i need to modify.