Spice doesn't retain loaded data kernels #211
Replies: 4 comments 4 replies
-
I was able to track the issue down to the corruption of This overall makes me very dubious about Spice and Basilisk's ability to conduct multi-processed simulations featuring spice interface modules in a sound and sustainable manner. @patkenneally , @thibaudteil , what are your thoughts on this ? Thanks =) |
Beta Was this translation helpful? Give feedback.
-
Hello, may I ask if your problem has been resolved? I also encountered this issue while running the sample program on the official website. The link to the sample program is as follows: https://hanspeterschaub.info/basilisk/examples/scenarioAsteroidArrival.html |
Beta Was this translation helpful? Give feedback.
-
I also encountered the same problem. Have you solved it?Do you have any solutions? |
Beta Was this translation helpful? Give feedback.
-
Hi, I am new to Basilisk and I am encountering similar issue with the inbuilt example file, where I am encountering this Error from
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I've stumbled upon a Spice problem I had not encountered yet : although data kernels are available on my compute (
de430.bsp
to name one) are properly loaded (since the Reset() method ofSpiceInterface
proceeds without errors), it appears that Spice simply loses track of the loaded kernels when it is time for Update() to be called.Here's the error I am getting upon running
test_unitSpice.py
. I'm 100% positive that this error is thrown whenspkezr_c
is called inSpiceInterface::pullSpiceData
.I've downloaded the data kernels directly from NAIF and still got the same error, so it doesn't seem to be a data corruption issue.
Not having the toolkit C sources prevents me from running
gdb
, so I'm at loss regarding what may be happening here.Any advice?
Beta Was this translation helpful? Give feedback.
All reactions