I have obatined roll,pitch,yaw. Can anyone suggest me how to get the linear acceleration from roll,pitchan yaw data

General Tech Bugs & Fixes 2 years ago

2 1 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating

Posted on 28 Aug 2022, this text provides information on Bugs & Fixes related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Answers (1)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 2 years ago

I'm getting roll,pitch,yaw data from the accelerometer,gyroscope,magnatometer readings. I need to find linear acceleration,can anyone suggest me what is the next step to proceed?

Here's a link,please check this https://www.youtube.com/watch?v=T9jXoG0QYIA

 Madgwick m;
        for (size_t i = 0; i < acc_X.size(); i++)
        {
                m.update(gyro_X[i],gyro_Y[i],gyro_Z[i],acc_X[i],acc_Y[i],acc_Z[i],magno_X[i],magno_Y[i],magno_Z[i]);
                roll1.push_back(m.getRoll());
                pitch1.push_back(m.getPitch());
                yaw1.push_back(m.getYaw());
        }

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.