How to link against API package in ROS from a catkin package (as a user application)
Hello all,
I am working on KUKA youbot. To drive this robot I have to use an API package provided by Kuka. To use this APIs I need to make a ROS based user application (A ros package) which links against the API package.
The API package contains other packages and folders such as 'lib'(including libsoem.a , libYouBotDriver.a and libYouBotDriver.so ), 'config', 'build', 'bin', 'soem'... My problem is that I don't know how to link my user application (the main package) to this API package? I use catkin workspace for making the main package. Later I will expand my package by applying other packages such as kinect camera to receive some data and command the youbot from main package and APIs to control it.
At this step I would appreciate it if you tell how I can link a ros package (a user application) against a package contains some APIs which can control the movements of the robot.
Thanks,