Skip to content

Commit

Permalink
add TODO note for supporting nested models
Browse files Browse the repository at this point in the history
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
  • Loading branch information
adlarkin committed Sep 22, 2021
1 parent 27c89de commit cc6a191
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/systems/label/Label.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ void Label::Configure(const Entity &_entity,
}
else if (_ecm.EntityHasComponentType(_entity, components::Model::typeId))
{
// TODO(anyone) add support for nested models. We will need to check for
// child models and their respective links/visuals
// https://github.com/ignitionrobotics/ign-gazebo/issues/1041

// Get link childern of parent model
auto links = _ecm.ChildrenByComponents<components::Link>(
_entity, components::Link());
Expand Down

0 comments on commit cc6a191

Please sign in to comment.