We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a89e06 commit 9bbb874Copy full SHA for 9bbb874
ign_ros2_control/src/ign_system.cpp
@@ -432,8 +432,6 @@ bool IgnitionSystem::initSim(
432
"Joint '" << joint_name << "'is mimicking joint '" << mimicked_joint << "' with mutiplier: "
433
<< mimic_joint.multiplier);
434
this->dataPtr->mimic_joints_.push_back(mimic_joint);
435
- // TODO (livanov93): add parameter if suffix is used or not
436
- // suffix = "_mimic";
437
}
438
439
RCLCPP_INFO_STREAM(this->nh_->get_logger(), "\tState:");
0 commit comments