Skip to content

Commit

Permalink
[AttitudeObserver] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-benallegue committed Aug 16, 2022
1 parent 7674685 commit 4f9ba84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AttitudeObserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ void AttitudeObserver::addToLogger(const mc_control::MCController &,
return sva::PTransformd{m_orientation, Eigen::Vector3d::Zero()};
});
logger.addLogEntry(category + "_gyroBias", [this]() { return m_gyrobias; });
});
if(log_kf_)
{
config_.addToLogger(logger, category);
Expand Down

0 comments on commit 4f9ba84

Please sign in to comment.