Closed alex-mitrevski closed 4 years ago
but color maybe is better with the default one. You can define color RGB values in code or load them from a library.
I don't think so. Since the standard colour message only allows numerical representation of colours, it's not suitable for the purpose intended here, namely qualitative description. If this information is not defined in a dedicated message, it would have to be defined in the code, but I think it's cleaner to have it as a message.
maybe then call it ColorName
or NamedColor
?
maybe then call it ColorName or NamedColor?
Yeah, that's a good suggestion. I renamed it to NamedColor
.
I would also rename Shape
as NamedShape
, as it's serving the same purpose.
Yeah, I renamed that one as well.
Addresses https://github.com/b-it-bots/mas_perception_msgs/issues/8
Adds two messages -
NamedColor
andNamedShape
- which define various qualitative colours and shapes respectively. Instances of both messages have been added to theObject
message.