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

Feature/BaseEKF #24

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Feature/BaseEKF #24

wants to merge 3 commits into from

Conversation

mrsp
Copy link
Owner

@mrsp mrsp commented Dec 3, 2024

Draft PR

@mrsp mrsp requested a review from MichaelMarav December 3, 2024 10:46
namespace serow {

void BaseEKF::init(const BaseState& state,
double g, double imu_rate, bool outlier_detection) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe don't use "g" as input in order to have less input params. Either constant or to the json.

const BaseState& state, Eigen::Vector3d angular_velocity);

BaseState updateWithTwist(const BaseState& state,
const Eigen::Vector3d& base_linear_velocity,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No documentation

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