-
Notifications
You must be signed in to change notification settings - Fork 2
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
Repair the code for the Tilt Observer #7
base: master
Are you sure you want to change the base?
Conversation
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.
The second commit seems to be only reformatting, is that necessary?
#include <Eigen/Geometry> | ||
#include <hrpModel/ModelLoaderUtil.h> | ||
#include <hrpModel/Link.h> | ||
#include <hrpModel/ModelLoaderUtil.h> | ||
#include <hrpModel/Sensor.h> | ||
#include <hrpUtil/Eigen3d.h> | ||
|
||
#include <state-observation/tools/rigid-body-kinematics.hpp> | ||
#include <hrpsys-state-observation/TiltEstimator.h> | ||
#include <state-observation/tools/rigid-body-kinematics.hpp> | ||
|
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.
Why did you need to change this part? Is it an automatic formatting feature?
"max_instance", "10", "language", "C++", "lang_type", "compile", | ||
// Configuration variables | ||
"conf.default.alpha", alpha_char.c_str(), "conf.default.beta", | ||
beta_char.c_str(), "conf.default.gamma", gamma_char.c_str(), ""}; | ||
// </rtc-template> |
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.
Please revert this modification as the new layout is less readable (maybe include guards to avoid reformatting).
If it is only about tilt estimator, it is not a big deal as this code is deprecated and nobody was using it in the first place. |
This repository was not compiling anymore after pulling state-observation. The code was repaired such that the compilation now succeeds, but the repaired code has not been tested.