| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Code for IMU characterization using Allan variance techniques. Plays nicely with ROS bagfiles.
Install pip (if necessary)
sudo easy_install pip
Install allantools (https://github.com/aewallin/allantools)
sudo pip install allantools
A launch file is provided for using the allan.py script. The script parses a bagfile and performs allan variance on the specified topic and IMU axis.
~bagfile_path (string, default: "")
~imu_topic_name (string, default: "/imu")
~axis (int, default: 0)
~sample_rate (int, default: 100)
~delta_measurement (bool, default: false)
'true' if delta measurements (change in angle/velocity)
'false' if rate measurements (rotation rate/acceleration)
~number_of_lags (int, default: 1000)
~results_directory_path (string, default: None)
Dan Pierce (jdp0009@auburn.edu)
| Back | FazBrowse Home | New Git URL |