AVSLab / bsk_rl

RL environments and tools for spacecraft autonomy research, built on Basilisk. Developed by the AVS Lab.
https://avslab.github.io/bsk_rl/
MIT License
36 stars 2 forks source link

Issue in running example python files #145

Closed Rishoban closed 3 weeks ago

Rishoban commented 3 weeks ago

I successfully installed bsk_rl in my computer and successfully ran the example test scripts which is in tests/examples folder. But when i tried to run example python files which is located in bsk_rl/examples/general_satellite_tasking then it showed error as "At least one SPK file needs to be loaded by SPKLEF before beginning a search"

when i tried to execute following command python single_sat.py I got this response BSKIssue

Can you guide me to resolve this interruption?

Version

Mark2000 commented 3 weeks ago

See here: https://avslab.github.io/bsk_rl/install.html#spice-errors

As an aside, I recommend pulling the refactor/v1_0_0 branch and using that until we merge it into develop (soon). Docs are currently being build from that branch, and it has a number of usability improvements and better example scripts.