gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.18k stars 479 forks source link

Model Editor: Warn user on GUI about GTS library missing when trying to extrude SVG #1843

Open osrf-migration opened 8 years ago

osrf-migration commented 8 years ago

Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


GTS is currently an optional dependency, so some users might not have it installed.

If a user without GTS tries to extrude an SVG, an error is printed to the terminal, but no indication of it is given in the GUI.

It would be good to alert users through the GUI before they try to extrude an SVG, probably by checking for HAVE_GTS.

This issue becomes invalid if we make GTS a required dependency.

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).