Skip to content

Commit

Permalink
[mc_tasks] Fix missing symbol in PostureTask
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Feb 29, 2024
1 parent 7604000 commit 79708ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mc_tasks/PostureTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ double PostureTask::damping() const
}
}

inline void PostureTask::setGains(double s, double d)
void PostureTask::setGains(double s, double d)
{
switch(backend_)
{
Expand Down

0 comments on commit 79708ca

Please sign in to comment.