gazebosim / gazebo-classic

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

Make link name editable on link inspector #1517

Open osrf-migration opened 9 years ago

osrf-migration commented 9 years ago

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


Similarly to how joint names are editable

osrf-migration commented 9 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Also visuals and collisions names

osrf-migration commented 9 years ago

Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


will probably first need to check if we could actually modify entity names on the server.. I remember there's an issue about editing names..

osrf-migration commented 9 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


But couldn't we do the same as we did for joints? As I understand it, they have an internal name which gets appended to ModelPreview:: and the user-given name, which we use when generating the SDF.

osrf-migration commented 9 years ago

Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


oh ya for editing existing models we're just spawning a new model with a different name rather than keeping the old name so it will work. Never mind the previous comment.

osrf-migration commented 7 years ago

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