You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
-
# Ignition Transport
1
+
# Gazebo Transport
2
2
3
3
**Maintainer:** caguero AT openrobotics DOT org
4
4
5
-
[](https://github.com/ignitionrobotics/ign-transport/issues)
6
-
[](https://github.com/ignitionrobotics/ign-transport/pulls)
5
+
[](https://github.com/gazebosim/gz-transport/issues)
6
+
[](https://github.com/gazebosim/gz-transport/pulls)
Test coverage | [](https://codecov.io/gh/ignitionrobotics/ign-transport)
Test coverage | [](https://codecov.io/gh/gazebosim/gz-transport/branch/ign-transport8)
Windows | [](https://build.osrfoundation.org/job/ignition_transport-ci-ign-transport8-windows7-amd64)
15
+
Windows | [](https://build.osrfoundation.org/job/ign_transport-ign-8-win)
16
16
17
-
Ignition Transport, a component of [Ignition Robotics](https://ignitionrobotics.org), provides fast and efficient asyncronous message passing, services, and data logging.
17
+
Gazebo Transport, a component of [Gazebo](https://gazebosim.org), provides fast and efficient asynchronous message passing, services, and data logging.
18
18
19
19
# Table of Contents
20
20
@@ -40,16 +40,16 @@ Ignition Transport, a component of [Ignition Robotics](https://ignitionrobotics.
40
40
41
41
# Features
42
42
43
-
Ignition Transport is an open source communication library that allows
43
+
Gazebo Transport is an open source communication library that allows
44
44
exchanging data between clients. In our context, a client is called a node.
45
45
Nodes might be running within the same process in the same machine or in
46
-
machines located in different continents. Ignition Transport is multi-platform
46
+
machines located in different continents. Gazebo Transport is multi-platform
47
47
(Linux, Mac OS X, and Windows), so all the low level details, such as data
48
48
alignment or endianness are hidden for you.
49
49
50
-
Ignition Transport uses Google Protocol buffers as the data serialization format
50
+
Gazebo Transport uses Google Protocol buffers as the data serialization format
51
51
for communicating between nodes. Users can define their own messages using the
52
-
Protobuf utils, and then, exchange them between the nodes. Ignition Transport
52
+
Protobuf utils, and then, exchange them between the nodes. Gazebo Transport
53
53
discovers, serializes and delivers messages to the destinations using a
54
54
combination of custom code and ZeroMQ.
55
55
@@ -75,13 +75,13 @@ which version you need.
75
75
76
76
## Source Install
77
77
78
-
See the [install](https://ignitionrobotics.org/api/transport/8.0/installation.html)
78
+
See the [install](https://gazebosim.org/api/transport/8.0/installation.html)
79
79
section of the documentation.
80
80
81
81
# Usage
82
82
83
-
See [tutorials](https://ignitionrobotics.org/api/transport/8.0/tutorials.html)
84
-
and the [example directory](https://github.com/ignitionrobotics/ign-transport/blob/ign-transport8/example/)
83
+
See [tutorials](https://gazebosim.org/api/transport/8.0/tutorials.html)
84
+
and the [example directory](https://github.com/gazebosim/gz-transport/blob/ign-transport8/example/)
85
85
in the source code.
86
86
87
87
## Known issue of command line tools
@@ -90,7 +90,7 @@ In the event that the installation is a mix of Debian and from source, command
90
90
line tools from `ign-tools` may not work correctly.
91
91
92
92
A workaround for a single package is to define the environment variable
93
-
`IGN_CONFIG_PATH` to point to the location of the Ignition library installation,
93
+
`IGN_CONFIG_PATH` to point to the location of the Gazebo library installation,
94
94
where the YAML file for the package is found, such as
0 commit comments