Skip to content

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?

// 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