Skip to content

Commit 9bbb874

Browse files
committed
Remove suffix for state interfaces as it confuses robot_state_publisher by default.
1 parent 1a89e06 commit 9bbb874

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ign_ros2_control/src/ign_system.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,6 @@ bool IgnitionSystem::initSim(
432432
"Joint '" << joint_name << "'is mimicking joint '" << mimicked_joint << "' with mutiplier: "
433433
<< mimic_joint.multiplier);
434434
this->dataPtr->mimic_joints_.push_back(mimic_joint);
435-
// TODO (livanov93): add parameter if suffix is used or not
436-
// suffix = "_mimic";
437435
}
438436

439437
RCLCPP_INFO_STREAM(this->nh_->get_logger(), "\tState:");

0 commit comments

Comments
 (0)