Skip to content

Commit

Permalink
Fix flipped comments in joint_model.h (#3047)
Browse files Browse the repository at this point in the history
(cherry picked from commit 08da0b6)
  • Loading branch information
sea-bass authored and mergify[bot] committed Oct 30, 2024
1 parent 20f7e20 commit fb5afb0
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 fb5afb0

Please sign in to comment.