Skip to content

Commit

Permalink
Merge pull request #417 from prashanthr05/fix/include
Browse files Browse the repository at this point in the history
Add missing include in FloatingBaseEstimatorIO
  • Loading branch information
GiulioRomualdi authored Sep 27, 2021
2 parents bd16d45 + 4c2cac6 commit 548e1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All notable changes to this project are documented in this file.

### Fix
- Fix missing components dependencies in the `CMake` machinery (https://github.com/ami-iit/bipedal-locomotion-framework/pull/414)
- Fixed missing include in `FloatingBaseEstimatorIO.h` (https://github.com/ami-iit/bipedal-locomotion-framework/pull/417)

## [0.3.0] - 2021-08-12
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <Eigen/Dense>
#include <manif/manif.h>

#include <BipedalLocomotion/FloatingBaseEstimators/FloatingBaseEstimatorParams.h>
#include <BipedalLocomotion/Contacts/Contact.h>
#include <manif/manif.h>
#include <map>
Expand Down

0 comments on commit 548e1cd

Please sign in to comment.