gazebo-classic:gazebo11_2875

Last commit made on 2021-05-01
Get this branch:
git clone -b gazebo11_2875 https://git.launchpad.net/gazebo-classic

Branch merges

Branch information

Name:
gazebo11_2875
Repository:
lp:gazebo-classic

Recent commits

c97ead4... by Jose Luis Rivero

2875 test to fail in gazebo11 --al

72f4062... by Louise Poubel <email address hidden>

⬆️ 11.3.0 (#2891)

Signed-off-by: Louise Poubel <email address hidden>

92248a7... by Louise Poubel <email address hidden>

Update TinyOBJLoader to v2.0.0rc8 (#2885)

Signed-off-by: Louise Poubel <email address hidden>

800df3f... by Louise Poubel <email address hidden>

Support resource files with spaces (#2877)

Mainly adds tests to make sure we continue to support files with spaces.

Support encoded file names inside COLLADA files.

Signed-off-by: Louise Poubel <email address hidden>

0c4374f... by Louise Poubel <email address hidden>

Fix usage of relative paths with environment variables (#2890)

Signed-off-by: Louise Poubel <email address hidden>

e7f5e8e... by Louise Poubel <email address hidden>

Fix usage of relative paths with environment variables (#2890)

Signed-off-by: Louise Poubel <email address hidden>

b0dfa18... by Silvio Traversaro <email address hidden>

SearchForStuff: On Apple platforms do not search for uuid library (#2878)

Fix https://github.com/ignitionrobotics/ign-cmake/issues/127

c2cf55a... by Jose Luis Rivero

Merge pull request #2864 from traversaro/gazebo_main_windows

Add support to compile the gazebo executable on Windows

d133984... by Steve Peters <email address hidden>

Warn instead of fail for non-Earth Dem's on 20.04 (#2828) (#2882)

* Dem: check for nullptr and fix memory leak
* Fix deprecation warning
* Catch exceptions from Dem::GetGeoReference* APIs

Wrap calls to Dem::GetGeoReference and Dem::GetGeoReferenceOrigin
in a try/catch block and print warning messages if exceptions are
caught. The Dem_TEST is still broken on 20.04, but this prevents crashes.

Signed-off-by: Steve Peters <email address hidden>

25d3381... by Silvio Traversaro <email address hidden>

Support platforms in which qwt headers are not installed in a qwt directory (#2887)

Fix https://github.com/osrf/gazebo/issues/2886