ROS core stacks
ROS core stacks
ros_comm
ROS communications-related packages, including core client libraries (roscpp, rospy, roslisp) and graph introspection tools (rostopic, rosnode, rosservice, rosparam).
actionlib
Provides a standardized interface for interfacing with preemptable tasks. Examples of this include moving the base to a target location, performing a laser scan and returning the resulting point cloud...
bond_core
Maintains a bond (i.e. heart beat ) between ROS nodes and provides feedback when the bond is broken
catkin
A CMake-based build system that is used to build all packages in ROS.
catkin_tutorials
Source and build files generated by the catkin tutorials on the ros.org wiki.
class_loader
ROS-independent library for dynamic class (i.e. plugin) introspection and loading from runtime libraries
cmake_modules
A common repository for CMake Modules which are not distributed with CMake but are commonly used by ROS packages.