Skip to content

Commit

Permalink
Fix typo jointName->linkName.
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perseghetti <[email protected]>
  • Loading branch information
bperseghetti committed Jun 27, 2024
1 parent fa1694c commit bc9a70f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ void MulticopterMotorModel::Configure(const Entity &_entity,
}
else if (sdfClone->HasElement("linkName"))
{
this->dataPtr->jointName = sdfClone->Get<std::string>("linkName");
this->dataPtr->linkName = sdfClone->Get<std::string>("linkName");
gzmsg << "For ease of future compatibility consider "
<< "using <link_name> instead of <linkName>."
<< std::endl;
Expand Down

0 comments on commit bc9a70f

Please sign in to comment.