From 0919a13467ca4aae3b10c469f1a2cd2ead4d6992 Mon Sep 17 00:00:00 2001 From: methylDragon Date: Tue, 28 Jun 2022 01:54:32 -0700 Subject: [PATCH] ign -> gz Partial Docs Migration and Project Name Followups : gz-math (#445) --- Changelog.md | 4 ++-- Migration.md | 12 +++++++++--- README.md | 6 +++--- api.md.in | 4 ++-- configure.bat | 2 +- examples/CMakeLists.txt | 2 +- examples/README.md | 2 +- src/Helpers_TEST.cc | 2 +- src/Quaternion_TEST.cc | 4 ++-- tutorials.md.in | 4 ++-- tutorials/angle.md | 4 ++-- tutorials/color.md | 4 ++-- tutorials/example_angle.md | 4 ++-- tutorials/example_triangle.md | 4 ++-- tutorials/example_vector2.md | 4 ++-- tutorials/installation.md | 18 +++++++++--------- tutorials/rotation.md | 4 ++-- tutorials/rotation_example.md | 4 ++-- tutorials/triangle.md | 4 ++-- tutorials/vector.md | 4 ++-- 20 files changed, 51 insertions(+), 45 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4c9218aa2..4ee41b18f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -546,7 +546,7 @@ instead. `AxisAlignedBox` class. * [BitBucket pull request 257](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-math/pull-requests/257) -1. Added eigen3 component with functions for converting between Eigen and ign-math types. +1. Added eigen3 component with functions for converting between Eigen and gz-math types. * [BitBucket pull request 256](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-math/pull-requests/256) 1. Added a `MassMatrix3::SetFromCylinder` function that uses a `Material` @@ -728,7 +728,7 @@ specify a density. 1. Added Color * [BitBucket pull request 150](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-math/pull-requests/150) -1. Backport updated configure.bat to ign-math2 and fix cppcheck warnings +1. Backport updated configure.bat to gz-math2 and fix cppcheck warnings * [BitBucket pull request 207](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-math/pull-requests/207) ### Gazebo Math 2.8 diff --git a/Migration.md b/Migration.md index 1e3f97e82..5305eaa59 100644 --- a/Migration.md +++ b/Migration.md @@ -11,6 +11,12 @@ release will remove the deprecated code. 1. Removed the Quaternion integer template `Quaternioni`. + 1. The project name has been changed to use the `gz-` prefix, you **must** use the `gz` prefix! + * This also means that any generated code that use the project name (e.g. CMake variables, in-source macros) would have to be migrated. + * Some non-exhaustive examples of this include: + * `GZ__