Skip to content

Commit

Permalink
Fix doc reference to non-existent function (#2765)
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser authored Mar 25, 2024
1 parent d7178cf commit 43c5f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ class JointModelGroup
void interpolate(const double* from, const double* to, double t, double* state) const;

/** \brief Get the number of variables that describe this joint group. This includes variables necessary for mimic
joints, so will always be >= the number of items returned by getActiveVariableNames() */
joints, so will always be >= getActiveVariableCount() */
unsigned int getVariableCount() const
{
return variable_count_;
Expand Down

0 comments on commit 43c5f6d

Please sign in to comment.