mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/ignition-transport: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
adf2bf904b
commit
6d9e00cbbb
1 changed files with 10 additions and 8 deletions
|
@ -1,10 +1,12 @@
|
|||
The transport library combines ZeroMQ with Protobufs to create a fast and
|
||||
efficient message passing system. Asynchronous message publication and
|
||||
subscription is provided along with service calls and discovery.
|
||||
The transport library combines ZeroMQ with Protobufs to create a fast
|
||||
and efficient message passing system. Asynchronous message publication
|
||||
and subscription is provided along with service calls and discovery.
|
||||
|
||||
Part of the ignition-robotics libraries:
|
||||
Ignition is a set of simple libraries that provide useful functionality to
|
||||
bootstrap robot applications. The included libraries encapsulate all the
|
||||
essentials, such as common math data types, console logging, 3D mesh management,
|
||||
and asynchronous message passing. Grab the code, start developing, and easily
|
||||
access other applications like the Gazebo robot simulator.
|
||||
|
||||
Ignition is a set of simple libraries that provide useful
|
||||
functionality to bootstrap robot applications. The included libraries
|
||||
encapsulate all the essentials, such as common math data types,
|
||||
console logging, 3D mesh management, and asynchronous message
|
||||
passing. Grab the code, start developing, and easily access other
|
||||
applications like the Gazebo robot simulator.
|
||||
|
|
Loading…
Reference in a new issue