Skip to content

Commit

Permalink
Fix flipped comments in joint_model.h (#3047) (#3049)
Browse files Browse the repository at this point in the history
(cherry picked from commit 08da0b6)

Co-authored-by: Sebastian Castro <[email protected]>
  • Loading branch information
mergify[bot] and sea-bass authored Oct 31, 2024
1 parent 20f7e20 commit f9b5a11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,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 f9b5a11

Please sign in to comment.