Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ArnaudDmt
Copy link
Contributor

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.

Copy link
Contributor

@mehdi-benallegue mehdi-benallegue left a 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?

Comment on lines 10 to 18
#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>

Copy link
Contributor

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>
Copy link
Contributor

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).

@mehdi-benallegue
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants