Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Orekit
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Gaëtan Pierre
Orekit
Commits
88e08e2a
Commit
88e08e2a
authored
3 years ago
by
Bryan Cazabonne
Browse files
Options
Downloads
Plain Diff
Merge branch 'issue-838' into release-11.0
parents
6427ccba
65a09196
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/orekit/forces/maneuvers/ImpulseManeuver.java
+13
-6
13 additions, 6 deletions
...ain/java/org/orekit/forces/maneuvers/ImpulseManeuver.java
with
13 additions
and
6 deletions
src/main/java/org/orekit/forces/maneuvers/ImpulseManeuver.java
+
13
−
6
View file @
88e08e2a
...
@@ -45,12 +45,19 @@ import org.orekit.utils.PVCoordinates;
...
@@ -45,12 +45,19 @@ import org.orekit.utils.PVCoordinates;
* can also be a more elaborate {@link
* can also be a more elaborate {@link
* org.orekit.propagation.events.ApsideDetector apside event} for apogee
* org.orekit.propagation.events.ApsideDetector apside event} for apogee
* maneuvers for example.</p>
* maneuvers for example.</p>
* <p>The maneuver is defined by a single velocity increment in satellite
* <p>The maneuver is defined by a single velocity increment.
* frame. The current attitude of the spacecraft, defined by the current
* If no AttitudeProvider is given, the current attitude of the spacecraft,
* spacecraft state, will be used to compute the velocity direction in
* defined by the current spacecraft state, will be used as the
* inertial frame. A typical case for tangential maneuvers is to use a
* {@link AttitudeProvider} so the velocity increment should be given in
* {@link org.orekit.attitudes.LofOffset LOF aligned} attitude provider for state propagation and a
* the same pseudoinertial frame as the {@link SpacecraftState} used to
* velocity increment along the +X satellite axis.</p>
* construct the propagator that will handle the maneuver.
* If an AttitudeProvider is given, the velocity increment given should be
* defined appropriately in consideration of that provider. So, a typical
* case for tangential maneuvers is to provide a {@link org.orekit.attitudes.LofOffset LOF aligned}
* attitude provider along with a velocity increment defined in accordance with
* that LOF aligned attitude provider; e.g. if the LOF aligned attitude provider
* was constructed using LOFType.VNC the velocity increment should be
* provided in VNC coordinates.</p>
* <p>Beware that the triggering event detector must behave properly both
* <p>Beware that the triggering event detector must behave properly both
* before and after maneuver. If for example a node detector is used to trigger
* before and after maneuver. If for example a node detector is used to trigger
* an inclination maneuver and the maneuver change the orbit to an equatorial one,
* an inclination maneuver and the maneuver change the orbit to an equatorial one,
...
...
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