Skip to content

Commit

Permalink
Fix flipped comments in joint_model.h (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Oct 30, 2024
1 parent ae05a5e commit 08da0b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -514,10 +514,10 @@ class JointModel
/** \brief The joint this one mimics (nullptr for joints that do not mimic) */
const JointModel* mimic_;

/** \brief The offset to the mimic joint */
/** \brief The multiplier to the mimic joint */
double mimic_factor_;

/** \brief The multiplier to the mimic joint */
/** \brief The offset to the mimic joint */
double mimic_offset_;

/** \brief The set of joints that should get a value copied to them when this joint changes */
Expand Down

0 comments on commit 08da0b6

Please sign in to comment.