gazebosim/gz-common

Calculate world size from non-Earth DEM

Open

#311 opened on Feb 11, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (59 forks)auto 404
bughelp wanted

Repository metrics

Stars
 (28 stars)
PR merge metrics
 (PR metrics pending)

Description

Desired behavior

Automatically determine world dimensions of a non-Earth DEM. Currently, code sets world size to -1 when it is not able to transform coordinate system to WGS84.

Implementation suggestion

See https://github.com/ignitionrobotics/ign-common/pull/292#issuecomment-1019004180

Contributor guide