mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
Revert implicit property inheritance (#502)
This commit is contained in:
parent
94d65143be
commit
81a5a6bc22
@ -365,10 +365,6 @@ void ContainerBase::insert(Stage::pointer&& stage, int before) {
|
||||
if (!stage)
|
||||
throw std::runtime_error(name() + ": received invalid stage pointer");
|
||||
|
||||
if (stage->trajectoryExecutionInfo().controller_names.empty()) {
|
||||
stage->setTrajectoryExecutionInfo(this->trajectoryExecutionInfo());
|
||||
}
|
||||
|
||||
StagePrivate* impl = stage->pimpl();
|
||||
impl->setParent(this);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user