Skip to content

Commit

Permalink
Merge pull request #13 from tibordome/local_tibor
Browse files Browse the repository at this point in the history
Added AttCovEuler.msg and AttEuler.msg
  • Loading branch information
tibordome committed Sep 14, 2020
2 parents 26658fd + ad49f29 commit f1f592d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
14 changes: 14 additions & 0 deletions msg/AttCovEuler.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# AttCovEuler block
# ROS message header
Header ROS_Header

# SBF block header including time header
BlockHeader Block_Header

uint8 Error
float32 Cov_HeadHead
float32 Cov_PitchPitch
float32 Cov_RollRoll
float32 Cov_HeadPitch
float32 Cov_HeadRoll
float32 Cov_PitchRoll
16 changes: 16 additions & 0 deletions msg/AttEuler.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# AttEuler block
# ROS message header
Header ROS_Header

# SBF block header including time header
BlockHeader Block_Header

uint8 NrSV
uint8 Error
uint16 Mode
float32 Heading
float32 Pitch
float32 Roll
float32 PitchDot
float32 RollDot
float32 HeadingDot

0 comments on commit f1f592d

Please sign in to comment.