We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de553d commit 71edfacCopy full SHA for 71edfac
1 file changed
include/mujincontrollerclient/mujincontrollerclient.h
@@ -920,8 +920,8 @@ class MUJINCLIENT_API RobotResource : public ObjectResource
920
virtual void GetTools(std::vector<ToolResourcePtr>& tools);
921
virtual void GetAttachedSensors(std::vector<AttachedSensorResourcePtr>& attachedsensors);
922
923
- /// \brief sets encoder offset
924
- /// \param jointIndex index of the joint to set the offset to
+ /// \brief gets encoder offset
+ /// \param jointIndex index of the joint to obtain the offset of
925
/// \param encoderOffset offset value in encoder unit
926
/// \param timeout in sec
927
virtual void GetEncoderOffset(int jointIndex, double& encoderOffset, double timeout = 5.0);
0 commit comments