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

what is units of imu message #3

Open
vishalleo1 opened this issue Jan 19, 2022 · 0 comments
Open

what is units of imu message #3

vishalleo1 opened this issue Jan 19, 2022 · 0 comments

Comments

@vishalleo1
Copy link

Hello ,
Thanks to get the IMU message from the bricks 2.0 imu.
Here we get the IMU message, we run the code so we get the IMU message as bellow,
header:
seq: 205
stamp:
secs: 1642586957
nsecs: 160344286
frame_id: "/base_link"
orientation:
x: 0.999328553677
y: -0.00701947137713
z: -0.0111701153219
w: -0.0352804735303
orientation_covariance: [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]
angular_velocity:
x: 0.558505356312
y: 0.0
z: -0.558505356312
angular_velocity_covariance: [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]
linear_acceleration:
x: 0.0
y: 300.0
z: -3400.0
linear_acceleration_covariance: [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]

standard unit of imu liner acceleration is m/ss,
as per message here we get the liner acceleration is in mm/s
s?

question is what is unit of angular_velocity of IMU?
for liner acceleration mm/s*s is correct?

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

No branches or pull requests

1 participant