Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugged
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orekit
Rugged
Commits
a38a089a
Commit
a38a089a
authored
6 years ago
by
Guylaine Prat
Browse files
Options
Downloads
Patches
Plain Diff
Update link to attitude paper
parent
9dccaa36
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/site/markdown/design/technical-choices.md
+1
-1
1 addition, 1 deletion
src/site/markdown/design/technical-choices.md
with
1 addition
and
1 deletion
src/site/markdown/design/technical-choices.md
+
1
−
1
View file @
a38a089a
...
@@ -102,7 +102,7 @@ components between Q1 and Q2 or -Q1 and Q2 leads to completely different rotatio
...
@@ -102,7 +102,7 @@ components between Q1 and Q2 or -Q1 and Q2 leads to completely different rotatio
will typically have one sign change per orbit at some random point. The third reason is that instead of doing an
will typically have one sign change per orbit at some random point. The third reason is that instead of doing an
interpolation that respect quaternions constraint, the interpolation departs from the constraint first and attempts to
interpolation that respect quaternions constraint, the interpolation departs from the constraint first and attempts to
recover afterwards in a normalization step. Orekit uses a method based on Sergeï Tanygin's paper
recover afterwards in a normalization step. Orekit uses a method based on Sergeï Tanygin's paper
[
Attitude interpolation
](
http://www.agi.com/
downloads/
resources/white-papers/
A
ttitude-interpolation
.pdf
)
with slight
[
Attitude interpolation
](
http://www.agi.com/resources/white-papers/
a
ttitude-interpolation
)
with slight
changes to use modified Rodrigues vectors as defined in Malcolm D Shuster's
changes to use modified Rodrigues vectors as defined in Malcolm D Shuster's
[
A Survey of Attitude Representations
](
http://www.ladispe.polito.it/corsi/Meccatronica/02JHCOR/2011-12/Slides/Shuster_Pub_1993h_J_Repsurv_scan.pdf
)
,
[
A Survey of Attitude Representations
](
http://www.ladispe.polito.it/corsi/Meccatronica/02JHCOR/2011-12/Slides/Shuster_Pub_1993h_J_Repsurv_scan.pdf
)
,
despite attitude is still represented by quaternions in Orekit (Rodrigues vectors are used only for interpolation).
despite attitude is still represented by quaternions in Orekit (Rodrigues vectors are used only for interpolation).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment