-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ign -> gz Header Migration : gz-sim #1477
Conversation
e5eedbe
to
c3bc5bd
Compare
a9da760
to
068a16a
Compare
Signed-off-by: methylDragon <methylDragon@gmail.com>
c1a19bf
to
5645d63
Compare
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
5645d63
to
c98fd21
Compare
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
c98fd21
to
730b7cf
Compare
Signed-off-by: Louise Poubel <louise@openrobotics.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Phew! LGTM if CI comes back without new test failures 🚀
Signed-off-by: Louise Poubel <louise@openrobotics.org>
70dc816
to
1774cce
Compare
Codecov Report
@@ Coverage Diff @@
## main #1477 +/- ##
=======================================
Coverage 35.01% 35.01%
=======================================
Files 44 44
Lines 2356 2356
=======================================
Hits 825 825
Misses 1531 1531
Continue to review full report at Codecov.
|
@@ -1,8 +1,8 @@ | |||
set(TEST_TYPE "BENCHMARK") | |||
|
|||
include(IgnBenchmark OPTIONAL RESULT_VARIABLE IgnBenchmark_FOUND) | |||
include(GzBenchmark OPTIONAL RESULT_VARIABLE GzBenchmark_FOUND) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh it looks like this is causing a warning
CMake Warning at /usr/share/cmake/ignition-cmake3/cmake3/IgnBenchmark.cmake:69 (find_package):
By not providing "Findbenchmark.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"benchmark", but CMake did not find one.
Could not find a package configuration file provided by "benchmark" with
any of the following names:
benchmarkConfig.cmake
benchmark-config.cmake
Add the installation prefix of "benchmark" to CMAKE_PREFIX_PATH or set
"benchmark_DIR" to a directory containing one of the above files. If
"benchmark" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
test/benchmark/CMakeLists.txt:13 (ign_add_benchmarks)
Maybe we can leave it for later?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind, the CI failures aren't new
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
See gazebo-tooling/release-tools#711