Skip to content

Commit

Permalink
Fix typo in Joint.hh (#2310)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Croci <[email protected]>
  • Loading branch information
xela-95 authored Feb 8, 2024
1 parent ab458ba commit 633ce72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gz/sim/Joint.hh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ namespace gz
/// only forces are applied
/// \param[in] _ecm Entity Component manager.
/// \param[in] _forces Joint force or torque commands (target forces
/// or toruqes). The vector of forces should have the same size as the
/// or torques). The vector of forces should have the same size as the
/// degrees of freedom of the joint.
public: void SetForce(EntityComponentManager &_ecm,
const std::vector<double> &_forces);
Expand Down

0 comments on commit 633ce72

Please sign in to comment.