Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of FYDP_Final2 by
IMUDATA.h
00001 #ifndef IMUDATA_H 00002 #define IMUDATA_H 00003 00004 /**This struct is required for several function in DMP.cpp, ros_machine_interface.h, and reckon.cpp 00005 */ 00006 struct IMU_DATA 00007 { 00008 float ypr[3]; //save yaw/pitch/roll 00009 float acc[3]; //save acceleration in x/y/z 00010 float gyr[3]; //rate of rotation x/y/z 00011 float quat[4]; //quaternion w/x/y/z 00012 }; 00013 00014 #endif
Generated on Tue Jul 12 2022 16:56:35 by
