Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. float DCM_Matrix[3][3]= {
  2. {
  3. 1,0,0 }
  4. ,{
  5. 0,1,0 }
  6. ,{
  7. 0,0,1 }
  8. };
  9. float Update_Matrix[3][3]={{0,1,2},{3,4,5},{6,7,8}}; //Gyros here
  10.  
  11.  
  12. float Temporary_Matrix[3][3]={
  13. {
  14. 0,0,0 }
  15. ,{
  16. 0,0,0 }
  17. ,{
  18. 0,0,0 }
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement