Skip to content

Satellite attitude simulator, equipped with reaction wheels and magnetic torquers

License

Notifications You must be signed in to change notification settings

astronautix/LOAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOAS - Low Orbit Attitude Simulator (WIP)

Documentation Status

WIP Satellite attitude simulator, equipped with reaction wheels and magnetic torquers

Full documentation here

Installation

Virtual Environement install (recommended)

A bash script is provided to build the proper virtual environment for loas:

cd LOAS && ./install_venv

Then activate the virtual environment to use loas:

$ source venv/bin/activate
$ python3
Python 3.7.3 (default, Jul 25 2020, 13:03:44)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import loas
>>>

Global install (easy way, requires sudo access)

  • System libraries:
sudo apt install libspatialindex-dev
  • Python libraries:
pip3 install -r requirements.txt

loas becomes accessible from the folder LOAS:

$ cd LOAS
$ python3
Python 3.7.3 (default, Jul 25 2020, 13:03:44)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import loas
>>>

About

Satellite attitude simulator, equipped with reaction wheels and magnetic torquers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages