大腿骨と下腿骨に取り付けた加速度センサーから出力されたそれぞれのオイラー角を用いて、2セグメント間の角度変化を算出するにはどうすればいいですか?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
120Hzのデータ
segment1 = [1 2 3; 4 5 6; 7 8 9...];% 例えば1000行3列(x,y,z)のデータ
segment2 = [9 8 7; 6 5 4; 1 2 3...];% 例えば1000行3列(x,y,z)のデータ
すでにセンサーのローカル座標におけるオイラー角が出力されています。これらの変数はn行3列のオイラー角ですが、各行のx,y,zの値からベクトルや回転行列を作成してから2セグメント間の角度変化を表すには何の関数を用いるべきでしょうか?ちなみにRobotics system toolは購入済みです。
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur 座標変換と軌跡 dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!