diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:27:20 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:27:20 -0400 |
commit | 3155435a2786d8ad55307a8b2d5969507a78e40a (patch) | |
tree | 986ff6c2764a417a6eca8488017056d618a07a33 /libraries/console_bridge | |
parent | 0c70e2b1f9ba5a1c6c69c35cff751a82a7c7d293 (diff) | |
download | slackbuilds-3155435a2786d8ad55307a8b2d5969507a78e40a.tar.gz |
libraries/console_bridge: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/console_bridge')
-rw-r--r-- | libraries/console_bridge/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/console_bridge/README b/libraries/console_bridge/README index 3e5dc2d2d5..d7403a995d 100644 --- a/libraries/console_bridge/README +++ b/libraries/console_bridge/README @@ -1,4 +1,5 @@ -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. +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. |