Skip to content

Commit

Permalink
Default namespace to task name
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts committed Jan 10, 2024
1 parent 88ef0b2 commit d54c695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tesseract_task_composer/core/src/task_composer_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ namespace tesseract_planning
{
TaskComposerNode::TaskComposerNode(std::string name, TaskComposerNodeType type, bool conditional)
: name_(std::move(name))
, ns_(name_)
, type_(type)
, uuid_(boost::uuids::random_generator()())
, uuid_str_(boost::uuids::to_string(uuid_))
Expand Down

0 comments on commit d54c695

Please sign in to comment.