You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to set the initial observer position to the ISS, but this uncovered a bug. When the observer is moved to the starting position the simulation time is still at 2000-01-01 00:00:00.000.
Steps to reproduce the behavior:
Load a spice kernel with a satellite (that doesn't exist in 2000)
Set the start position to the satellites center and the frame to J2000 in the config
Launch CosmoScout VR
An error is thrown in the console: [W] cs-scene .......... CelestialObserver::moveTo failed: Insufficient ephemeris data has been loaded to compute the state of 0 (SOLAR SYSTEM BARYCENTER) relative to -125544 (ISS) at the ephemeris epoch 2000 JAN 01 12:00:00.000.
Expected Behavior
The simulation time should be set before the observer is moved.
The text was updated successfully, but these errors were encountered:
Describe the Bug
I wanted to set the initial observer position to the ISS, but this uncovered a bug. When the observer is moved to the starting position the simulation time is still at 2000-01-01 00:00:00.000.
Steps to reproduce the behavior:
[W] cs-scene .......... CelestialObserver::moveTo failed: Insufficient ephemeris data has been loaded to compute the state of 0 (SOLAR SYSTEM BARYCENTER) relative to -125544 (ISS) at the ephemeris epoch 2000 JAN 01 12:00:00.000.
Expected Behavior
The simulation time should be set before the observer is moved.
The text was updated successfully, but these errors were encountered: