full ros api ?
Where can i get the full ros api documentation? i found few but them seems not to be complete. like this one and also this one. But them do not seem to contain all the inofrmation of all the ros classes and modules. Also why is rtt_ros_integration package related api is not present? I am asking so that i can browser through all the ros classes and use them if needed.
What is the "full ROS API"? C++ packages come with auto-generated Doxygen API documentation, but the usefullness of that depends on whether the author has spent some time on it. Python packages can also be accompanied by auto-generated docs, but again, will depend on the author spending time.
rtt_ros_integration
is a metapackage. They don't contain any code, so there is no documentation generated ..ROS is not one library, it is many packages, each with a separate repository and maintainer, and each of which can be installed separately.
o o,, ya, now i realize..