-
Notifications
You must be signed in to change notification settings - Fork 36
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
[estimation][control] SO3 attitude control #598
base: master
Are you sure you want to change the base?
[estimation][control] SO3 attitude control #598
Conversation
This reverts commit 641b911.
…e from groundtruth
e5e0a47
to
778b509
Compare
…nd magnetmeter and update it with VO/mocap
…method. use actual baselink orientation for coordinate transformation.
I have came up with the solution of replacing the gavity direciton with quaternion for the imu topic from spinal to ROS. I will implement it in few days. |
Ok, I think it's better way. |
memo: I had to calibrate magnetometer before merging 7b8a8cc |
…message to suppress warning message
I forgot to tell you that I am refactoring this branch. |
7f1c4b9
to
47e6c27
Compare
@tongtybj After that, Im planning to rebase to curent master branhc . |
Sorry for my late progress. Besides,
I also found some bug in fast_lio when the sensor is not level. But I think it should be solved inside fast_lio, but not in our system. I think the crucial reason of this bug is that fast_lio does not estimate the orientation of sensor w.r.t. the inertial frame. And this bug should be easily solved inside fast_lio. I will tackle this problem in the near future. |
What is this
#548 is recreated from current master branch.