Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 794 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 794 Bytes

pose_estimation

姿勢角推定オブザーバ

  • quaternionベース
  • オイラー角ベース(ZYXオイラー角 = roll, pitch, yaw)

Installation

Arduino

Ubuntu Python

$ pip install -r requirements.txt

How to use

  1. Setup arudino or esp32 environment
  2. Launch esp32_imu with esp32
  3. Launch observer
    $ python main.py
    

Note

  • 角速度センサ、加速度センサともに右手系
  • 加速度センサは、平面に置いたときに、+1Gが検出される向きがZ方向の正

Demo

pose_estimation2.mp4