Skip to content

Releases: nasa/jeod

JEOD v5.1.1

02 Aug 22:33
Compare
Choose a tag to compare

Fixed bug in TreeLinks and DynBody attach/detach models

The bug will cause SIGSEGV when attaching multiple child bodies to the same parent body

JEOD v5.1

01 Aug 20:00
Compare
Choose a tag to compare
  • Added support for Moon Mean Earth body fixed frame as alternative pfix frame.
  • Added kinematic attachment capability that allow DynBody to be attached to a
    reference frame, which includes planet.
  • Improved documentation on integration frame override after detach from parent
    body.
  • Improved ease of use for calculating derivative states for a child body.
  • Enhanced checkpoint-restart for standard STL containers in JEOD.
  • Improved ephemeris data generation using mako template.
  • Fix bugs.
  • Improved code security.
  • Improved verification sims.

Detail of this release are in README_jeod

JEOD v5.0.1

16 Feb 16:39
Compare
Choose a tag to compare

First official release tag for JEOD v5 on Github repo.

  • Resolved Github issue #1 and #2

  • Deprecated ambiguous method DynBody::attach() and replace it with DynBody::attach_to() and DynBody::attach_child(). Where:

    • DynBody::attach_to() attaches this body to a parent body
    • DynBody::attach_child() attaches a child body to this body