We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab458ba commit 633ce72Copy full SHA for 633ce72
include/gz/sim/Joint.hh
@@ -168,7 +168,7 @@ namespace gz
168
/// only forces are applied
169
/// \param[in] _ecm Entity Component manager.
170
/// \param[in] _forces Joint force or torque commands (target forces
171
- /// 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
172
/// degrees of freedom of the joint.
173
public: void SetForce(EntityComponentManager &_ecm,
174
const std::vector<double> &_forces);
0 commit comments