Skip to content
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

Break out server constructor #2638

Open
wants to merge 4 commits into
base: gz-sim8
Choose a base branch
from

Conversation

nkoenig
Copy link
Contributor

@nkoenig nkoenig commented Oct 2, 2024

🎉 New feature

Summary

Moves a section of the Server constructor code to a separate function. The primary reason is to make the eventual download models in parallel PR easier to review. There is a side benefit of breaking up a large function into two smaller functions.

I also replaced the static DefaultWorld with a default constructed sdf::World object. This removes a static object, and will make sure the default world uses the latest sdf version.

Commits:

  1. Move the code to a new function. c48536b
  2. Patches the moved code so that it builds. 3c7e333
  3. Replace DefaultWorld with a default constructed sdf::World object. 21ccdf0

Test it

Tests should pass, and everything should work as normal.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

@github-actions github-actions bot added the 🎵 harmonic Gazebo Harmonic label Oct 2, 2024
src/ServerPrivate.cc Show resolved Hide resolved
src/ServerPrivate.cc Show resolved Hide resolved
@mjcarroll
Copy link
Contributor

Have these Reset related failures been around a bit?

@nkoenig
Copy link
Contributor Author

nkoenig commented Oct 2, 2024

Have these Reset related failures been around a bit?

Was that reset error brought up in the last gazebo weekly meeting? This rings a bell:

/home/jenkins/workspace/gz_sim-ci-pr_any-jammy-amd64/gz-sim/test/integration/reset_sensors.cc:259
Expected equality of these values:
  kEndingPressure
    Which is: 100362.99
  pressureReceiver.Last().pressure()
    Which is: 100360.66

@mjcarroll
Copy link
Contributor

Was that reset error brought up in the last gazebo weekly meeting?

Possibly, it rings a bell, that was over 24 hours ago, so it has been erased.

@nkoenig
Copy link
Contributor Author

nkoenig commented Oct 2, 2024

Was that reset error brought up in the last gazebo weekly meeting?

Possibly, it rings a bell, that was over 24 hours ago, so it has been erased.

Ran CI again, and the test failure went away. Looks like a flaky test.

@azeey
Copy link
Contributor

azeey commented Oct 3, 2024

The windows failure is strange. The last build on the gz-sim8 branch was green (https://build.osrfoundation.org/job/gz_sim-8-win/125/), so it might be caused by this PR.


C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(40,59): error C2143: syntax error: missing '}' before 'constant' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(40,59): error C2059: syntax error: 'constant' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(40,69): error C2143: syntax error: missing ';' before '}' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(40,69): error C2238: unexpected token(s) preceding ';' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(43,7): error C2059: syntax error: 'public' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(43,23): error C2059: syntax error: ')' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(46,7): error C2059: syntax error: 'public' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(46,31): error C2588: '::~MeshCSG': illegal global destructor [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(46,24): error C2575: 'MeshCSG': only member functions and bases can be virtual [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(46,33): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(54,7): error C2059: syntax error: 'public' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(59,7): error C2059: syntax error: 'private' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(65,7): error C2059: syntax error: 'private' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(68,1): error C2059: syntax error: '}' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(68,1): error C2143: syntax error: missing ';' before '}' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Line3.hh(25,1): error C2143: syntax error: missing ';' before '{' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Line3.hh(25,1): error C2447: '{': missing function header (old-style formal list?) [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/AxisAlignedBox.hh(226,30): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/AxisAlignedBox.hh(226,30): error C2143: syntax error: missing ',' before '&' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/AxisAlignedBox.hh(238,55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/AxisAlignedBox.hh(238,55): error C2143: syntax error: missing ',' before '&' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(105,18): error C2143: syntax error: missing ';' before '<' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(271): message : see reference to class template instantiation 'gz::math::v7::Triangle3<T>' being compiled [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(105,1): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(106,1): error C2334: unexpected token(s) preceding '{'; skipping apparent function body [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(120,1): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(120,38): error C2143: syntax error: missing ',' before '<' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(182,1): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(182,18): error C2143: syntax error: missing ',' before '<' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

  gtest.vcxproj -> C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\lib\Release\gtest.lib

  gtest_main.vcxproj -> C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\lib\Release\gtest_main.lib

@nkoenig
Copy link
Contributor Author

nkoenig commented Oct 3, 2024

The windows failure is strange. The last build on the gz-sim8 branch was green (https://build.osrfoundation.org/job/gz_sim-8-win/125/), so it might be caused by this PR.


C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(40,59): error C2143: syntax error: missing '}' before 'constant' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(40,59): error C2059: syntax error: 'constant' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(40,69): error C2143: syntax error: missing ';' before '}' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(40,69): error C2238: unexpected token(s) preceding ';' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(43,7): error C2059: syntax error: 'public' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(43,23): error C2059: syntax error: ')' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(46,7): error C2059: syntax error: 'public' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(46,31): error C2588: '::~MeshCSG': illegal global destructor [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(46,24): error C2575: 'MeshCSG': only member functions and bases can be virtual [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(46,33): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(54,7): error C2059: syntax error: 'public' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(59,7): error C2059: syntax error: 'private' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(65,7): error C2059: syntax error: 'private' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(68,1): error C2059: syntax error: '}' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-common5\include\gz\common5\gz/common/MeshCSG.hh(68,1): error C2143: syntax error: missing ';' before '}' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Line3.hh(25,1): error C2143: syntax error: missing ';' before '{' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Line3.hh(25,1): error C2447: '{': missing function header (old-style formal list?) [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/AxisAlignedBox.hh(226,30): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/AxisAlignedBox.hh(226,30): error C2143: syntax error: missing ',' before '&' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/AxisAlignedBox.hh(238,55): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/AxisAlignedBox.hh(238,55): error C2143: syntax error: missing ',' before '&' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(105,18): error C2143: syntax error: missing ';' before '<' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(271): message : see reference to class template instantiation 'gz::math::v7::Triangle3<T>' being compiled [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(105,1): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(106,1): error C2334: unexpected token(s) preceding '{'; skipping apparent function body [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(120,1): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(120,38): error C2143: syntax error: missing ',' before '<' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(182,1): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

C:\J\workspace\gz_sim-pr-win\ws\install\gz-math7\include\gz\math7\gz/math/Triangle3.hh(182,18): error C2143: syntax error: missing ',' before '<' [C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\src\gz-sim8.vcxproj]

  gtest.vcxproj -> C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\lib\Release\gtest.lib

  gtest_main.vcxproj -> C:\J\workspace\gz_sim-pr-win\ws\build\gz-sim8\lib\Release\gtest_main.lib

Yeah, I was looking at those. I'm not yet sure what the problem is, but I'm looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎵 harmonic Gazebo Harmonic
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

4 participants