Skip to content

Commit 71edfac

Browse files
author
Taiju Yamada
committed
fix doc
1 parent 2de553d commit 71edfac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/mujincontrollerclient/mujincontrollerclient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,8 +920,8 @@ class MUJINCLIENT_API RobotResource : public ObjectResource
920920
virtual void GetTools(std::vector<ToolResourcePtr>& tools);
921921
virtual void GetAttachedSensors(std::vector<AttachedSensorResourcePtr>& attachedsensors);
922922

923-
/// \brief sets encoder offset
924-
/// \param jointIndex index of the joint to set the offset to
923+
/// \brief gets encoder offset
924+
/// \param jointIndex index of the joint to obtain the offset of
925925
/// \param encoderOffset offset value in encoder unit
926926
/// \param timeout in sec
927927
virtual void GetEncoderOffset(int jointIndex, double& encoderOffset, double timeout = 5.0);

0 commit comments

Comments
 (0)