ROS as a stand-alone library?
I wonder if ROS can be used as a stand-alone library, such as libros.a? Suppose that I have a piece of code "code_depedent_on_ros.c" that depends on ROS, it would be convenient to compile the code as gcc code_depedent_on_ros.c -l ros
. Does such a libros.a
or libros.so
exist?