-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the CoMZMP controller #387
Conversation
...fiedModelControllers/include/BipedalLocomotion/SimplifiedModelControllers/CoMZMPController.h
Outdated
Show resolved
Hide resolved
...fiedModelControllers/include/BipedalLocomotion/SimplifiedModelControllers/CoMZMPController.h
Outdated
Show resolved
Hide resolved
...fiedModelControllers/include/BipedalLocomotion/SimplifiedModelControllers/CoMZMPController.h
Show resolved
Hide resolved
...fiedModelControllers/include/BipedalLocomotion/SimplifiedModelControllers/CoMZMPController.h
Outdated
Show resolved
Hide resolved
Are you planning to add some test, even just to check that there are no segmentation faults? |
@S-Dafarra in af8e865 I implemented the test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super minor comment
bool m_isInitalized{false}; | ||
}; | ||
|
||
} // namespace Contacts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy paste
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ops 😅
The Ubuntu CI fails because of #389 |
- CoMZMPController inherits from advanceable - The overall documentation has been improved - Code duplication is reduced
c85bdc0
to
a5fb3d7
Compare
This issues closes #384