-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object name #14
Comments
Original comment by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz). If it already has an id, do objects in the rendering library need a name at all? Maybe the name concept only needs to exist on the GUI. |
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina). That's a valid point, I think rendering could get rid of names. The only things I can think of them being useful for is debugging or if eventually rendering starts communicating using ign-transport and has to handle topic names. |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). Names are useful for introspection, and debugging. |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original report (archived issue) by Nate Koenig (Bitbucket: Nathan Koenig).
The name of objects (Object::Name) is used by the GUI, but the Name is not user friendly. For example, the name has a number in order to guarantee uniqueness.
Maybe an Object can support a "user-friendly" name as well.
The text was updated successfully, but these errors were encountered: