gazebosim / gz-sim

Open source robotics simulator. The latest version of Gazebo.
https://gazebosim.org
Apache License 2.0
685 stars 262 forks source link

:farmer: sim6 windows CI: 13 warnings #2384

Closed Crola1702 closed 2 months ago

Crola1702 commented 5 months ago

Environment

Description

There are 13 warnings in gz_sim-ign-gazebo6-win

Steps to reproduce

  1. Run a build in gz_sim-ign-gazebo6-win
  2. See warnings appear

Output

Reference build: https://build.osrfoundation.org/job/gz_sim-ign-gazebo6-win/42/

Warnings (See attached hyperlinks for more details):

Blast545 commented 4 months ago

:farmer: I think this could be solved by a combination of https://github.com/gazebosim/gz-sim/pull/1911/ and https://github.com/gazebosim/gz-sim/pull/2254 being backported to sim6.

@mjcarroll Can I ask you to take this one? I saw you opened the two mentioned PRs, so you may have more context if anything goes wrong with those. :pray:

claraberendsen commented 3 months ago

friendly ping @mjcarroll

claraberendsen commented 2 months ago

Most of the warnings seem to have been addressed. However

keeps happening. See : https://build.osrfoundation.org/job/gz_sim-ign-gazebo6-win/68/ that ran on Jul 12th.

Blast545 commented 2 months ago

I took some time to dig a bit further, the code complaining in the warning is not in the gazebo repo, it's in the gz-physics one.

In gz-physics7 that warning is disabled: https://github.com/gazebosim/gz-physics/blob/cca7e923702b1711f4f16db8c869eec5e710acf7/include/gz/physics/FeatureList.hh#L25

So I think it's just a matter of backporting https://github.com/gazebosim/gz-physics/commit/f2775ac00fd76ca46316ac3d1bbdc1cdb9cc00fa to physics5, can you take a look @Crola1702?

Crola1702 commented 2 months ago

The backport is already on the way. See: https://github.com/gazebosim/gz-physics/pull/666

Blast545 commented 2 months ago

Sim6 has been green in the last two builds, I'm closing this one, thanks a lot @mjcarroll @Crola1702 @azeey and @claraberendsen!