diff --git a/Changelog.md b/Changelog.md index 4029b9886..5bde66156 100644 --- a/Changelog.md +++ b/Changelog.md @@ -449,7 +449,7 @@ versions * [BitBucket pull request 310](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-transport/pull-requests/310) -1. Converted ignition-transport-log into a component +1. Converted gz-transport-log into a component * [BitBucket pull request 298](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-transport/pull-requests/298) 1. Added inline versioned namespace to the log library diff --git a/conf/transport.yaml.in b/conf/transport.yaml.in index 173b5cb7c..9a3de8ef1 100644 --- a/conf/transport.yaml.in +++ b/conf/transport.yaml.in @@ -1,4 +1,4 @@ ---- # Subcommands available inside ignition-transport. +--- # Subcommands available inside gz-transport. format: 1.0.0 library_name: @PROJECT_NAME_NO_VERSION@ library_version: @PROJECT_VERSION_FULL@ diff --git a/example/configure.bat b/example/configure.bat index 7c6946cad..ae863bd7d 100644 --- a/example/configure.bat +++ b/example/configure.bat @@ -8,14 +8,14 @@ @echo Configuring for build type %build_type% @set PROTOBUF_PATH=%cd%\..\..\..\protobuf-2.6.0-win%build_bitness%-vc12 -@set IGN_TRANSPORT_PATH=%cd%\..\..\build\install\%build_type% +@set GZ_TRANSPORT_PATH=%cd%\..\..\build\install\%build_type% @set GZ-MSGS_PATH=%cd%\..\..\..\ign-msgs\build\install\%build_type% @set GZ-MSGS_CMAKE_PREFIX_PATH=%GZ-MSGS_PATH%\CMake @set GZ-MATH_PATH=%cd%\..\..\..\ign-math\build\install\%build_type% @set GZ-MATH_CMAKE_PREFIX_PATH=%GZ-MATH_PATH%\CMake cmake -G "NMake Makefiles"^ - -DCMAKE_PREFIX_PATH="%IGN_TRANSPORT_PATH%\lib\cmake\ignition-transport12;%GZ-MSGS_CMAKE_PREFIX_PATH%;%GZ-MATH_CMAKE_PREFIX_PATH%;"^ + -DCMAKE_PREFIX_PATH="%GZ_TRANSPORT_PATH%\lib\cmake\gz-transport12;%GZ-MSGS_CMAKE_PREFIX_PATH%;%GZ-MATH_CMAKE_PREFIX_PATH%;"^ -DPROTOBUF_SRC_ROOT_FOLDER="%PROTOBUF_PATH%"^ -DGZ-MSGS_FOLDER="%GZ-MSGS_PATH%"^ -DCMAKE_INSTALL_PREFIX="install"^ diff --git a/example/playback.cc b/example/playback.cc index 3b94236cc..917dc88a1 100644 --- a/example/playback.cc +++ b/example/playback.cc @@ -18,7 +18,7 @@ /// \brief Example of playing back all messages from a log. /// This will create publishers for all topics in a file and publish them /// with the same timing that they were received. -/// Launch the ignition-transport subscriber example if the log was created +/// Launch the gz-transport subscriber example if the log was created /// by recording the publisher example. #include diff --git a/example/record.cc b/example/record.cc index cb4fdc7a0..293ba230f 100644 --- a/example/record.cc +++ b/example/record.cc @@ -17,7 +17,7 @@ /// \brief Example of recording all ignition transport topics. /// This will record all topics and currently published to a file. -/// Launch the ignition-transport publisher example so this example has +/// Launch the gz-transport publisher example so this example has /// something to record. #include diff --git a/log/src/cmd/cmdlog.rb.in b/log/src/cmd/cmdlog.rb.in index f37980456..cc7120b11 100644 --- a/log/src/cmd/cmdlog.rb.in +++ b/log/src/cmd/cmdlog.rb.in @@ -176,7 +176,7 @@ class Cmd exit(-1) end - # TODO(anyone): Add a sanity check for the ignition-transport-log version + # TODO(anyone): Add a sanity check for the gz-transport-log version begin Importer.extern 'int verbosity(int)' diff --git a/log/src/cmd/transportlog.yaml.in b/log/src/cmd/transportlog.yaml.in index b045eb3f9..96632fbf4 100644 --- a/log/src/cmd/transportlog.yaml.in +++ b/log/src/cmd/transportlog.yaml.in @@ -1,4 +1,4 @@ ---- # Subcommands available inside ignition-transport-log. +--- # Subcommands available inside gz-transport-log. format: 1.0.0 library_name: gz-transport-log library_version: @PROJECT_VERSION_FULL@ diff --git a/tutorials/02_installation.md b/tutorials/02_installation.md index 211933df5..0d385b142 100644 --- a/tutorials/02_installation.md +++ b/tutorials/02_installation.md @@ -54,7 +54,7 @@ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/ Run the following commands: ``` brew tap osrf/simulation -brew install ignition-transport<#> +brew install gz-transport<#> ``` Be sure to replace `<#>` with a number value, such as `8` or `9`, depending on @@ -181,7 +181,7 @@ sudo make uninstall 2. Install dependencies ``` - brew install --only-dependencies ignition-transport<#> + brew install --only-dependencies gz-transport<#> ``` Be sure to replace `<#>` with a number value, such as 10 or 11, depending on which version you need. @@ -254,8 +254,8 @@ conda install libignition-cmake<#> libignition-msgs<#> libignition-tools<#> --ch 4. Optionally, build the examples - If you installed to a custom location, you may need to specify ``-DCMAKE_PREFIX_PATH``, pointing to the directory containing the file ``ignition-transport<#>-config.cmake``. - That file is installed to the ``CMAKE_INSTALL_PREFIX``, for example, ``path\to\install\ignition-transport<#>\lib\cmake\ignition-transport<#>``. + If you installed to a custom location, you may need to specify ``-DCMAKE_PREFIX_PATH``, pointing to the directory containing the file ``gz-transport<#>-config.cmake``. + That file is installed to the ``CMAKE_INSTALL_PREFIX``, for example, ``path\to\install\gz-transport<#>\lib\cmake\gz-transport<#>``. ``` cd ign-transport\example mkdir build