• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PX4 / Matrix / 948 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 30 May 2020 12:59PM UTC
Files 20
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 May 2020 11:17AM UTC coverage: 100.0%. Remained the same
export= COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=[secure] CMAKE_BUILD_TYPE=Coverage FORMAT=ON

cron

travis-ci

jkflying
Quaternion: refactor multiplication to matrix multiplication style

Most often the multiplication in convention descriptions and papers is
described in matrix multiplication style like this:
q · p := Q(q)p

Q(q) :=
[q0 −q1 −q2 −q3]
[q1 q0 −q3 q2]
[q2 q3 q0 −q1]
[q3 −q2 q1 q0]

I'm just rearanging the terms such that it's easily comparable with
these definitions additional to it being clearly described by
documenting we use the hamilton convention.

1489 of 1489 relevant lines covered (100.0%)

94522.49 hits per line

Source Files on job 948.1 (export= COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=[secure] CMAKE_BUILD_TYPE=Coverage FORMAT=ON)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 784
  • Travis Job 948.1
  • 2bee0d07 on github
  • Prev Job for export= COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=[secure] CMAKE_BUILD_TYPE=Coverage FORMAT=ON on master (#947.1)
  • Next Job for export= COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=[secure] CMAKE_BUILD_TYPE=Coverage FORMAT=ON on master (#949.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc