diff options
author | Nikolay Nikolov <nikobnikolov[at]gmail[dot]com> | 2016-08-27 00:40:36 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:40 +0100 |
commit | 4b7b078be8695d07e589c697ad8b5a5984c6c7e1 (patch) | |
tree | d8a7d281280c0526a8997512da6a8d7a72bbb5f8 /libraries/console_bridge/README | |
parent | bbb816af4aaa9b6098ad118887c0f816d07191cd (diff) | |
download | slackbuilds-4b7b078be8695d07e589c697ad8b5a5984c6c7e1.tar.gz |
libraries/console_bridge: Added (Robot OS Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/console_bridge/README')
-rw-r--r-- | libraries/console_bridge/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/console_bridge/README b/libraries/console_bridge/README new file mode 100644 index 0000000000..3e5dc2d2d5 --- /dev/null +++ b/libraries/console_bridge/README @@ -0,0 +1,4 @@ +console_bridge is a Robot OS library for connecting console logging types. +It is a ROS-independent, pure CMake (i.e. non-catkin and +non-rosbuild package) that provides logging calls that mirror those found +in rosconsole, but for applications that are not necessarily using ROS. |