Skip to content

Commit

Permalink
Remove joint suffic for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
huemerj committed Feb 7, 2024
1 parent 57850cc commit 3771df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazebo_ros2_control/src/gazebo_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void GazeboSystem::registerJoints(
"Joint '" << joint_name << "'is mimicking joint '" << mimicked_joint <<
"' with mutiplier: " << mimic_joint.multiplier);
this->dataPtr->mimic_joints_.push_back(mimic_joint);
suffix = "_mimic";
suffix = "";
}

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

0 comments on commit 3771df2

Please sign in to comment.