Feature description
When creating a cmp::Entity, the user currently needs to hardcode the EntityId. While this works, it would be better to identify entities by their names instead of IDs. Names for the entities should be unique. This will not only improve code readability, but also ROS topics as shown in #60. @ahzary also noted that names should not contain special characters
Tasks
Feature description
When creating a
cmp::Entity, the user currently needs to hardcode theEntityId. While this works, it would be better to identify entities by their names instead of IDs. Names for the entities should be unique. This will not only improve code readability, but also ROS topics as shown in #60. @ahzary also noted that names should not contain special charactersTasks