No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

imu_estimator package from imu_estimator repo

imu_estimator

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rsasaki0109/imu_estimator.git
VCS Type git
VCS Version main
Last Updated 2023-11-29
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • sasaki

Authors

No additional authors.

imu_estimator

CI
a header-file program of attitude estimator by using 6-axis imu with gyro bias correction

how to use

#include <imu_estimator/ekf.hpp>

EKFEstimator ekf;
ekf.setProcessNoize(0.033); // [(rad/sec)^2]
ekf.setObservationNoize(0.033);// [(m/sec^2)^2]
// input
dt = 0.1; // [sec]
Eigen::Vector3d gyro{0, 0, 0};
Eigen::Vector3d acc{0, 0, 0};
// output
Eigen::Quaternion<double> quat;

ekf.filterOneStep(quat, dt, acc, gyro);

ros2 example

  • input

/imu/data (sensor_msgs/Imu)(gyro and acc)

  • how to run
ros2 run imu_estimator imu_estimator 

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged imu_estimator at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.