Closed tygamvrelis closed 5 years ago
TODO:
The latest change brings in new analysis flows which should prove useful and can easily be extended to have parameterized filters. Example usage:
Plot raw data from lamp IMU
python lamp.py --analyze=13052019_22_12_30.dat --imu=lamp
Plot raw data from base IMU
python lamp.py --analyze=13052019_22_12_30.dat --imu=base
Plot raw data from both IMUs
python lamp.py --analyze=13052019_22_12_30.dat --imu=both
Plot individual pitch and roll angles from lamp IMU
python lamp.py --analyze=13052019_22_12_30.dat --estimate=ind_angles --imu=lamp
Plot individual pitch and roll angles from both IMUs
python lamp.py --analyze=13052019_22_12_30.dat --estimate=ind_angles --imu=both
Plot combined pitch and roll angles (base + lamp)
python lamp.py --analyze=13052019_22_12_30.dat --estimate=comb_angles
Fixes #1 and #3