Skip to content

jsdelivrbot/beluga

 
 

Repository files navigation

beluga

https://cdn.jsdelivr.net/gh/Rapid-Design-of-Systems-Laboratory/beluga/rdsl.png

Linux Windows Documentation Coverage
travisbadge appveyorbadge docs coverage

Installation

Installation using pip

If you already have Python 3+ installed along with pip, then do:

$ pip install beluga

Installation using binaries

Binary files are located on PyPI and GitHub.

Installation using git

To get the latest version on git, do:

$ git clone https://github.com/Rapid-Design-of-Systems-Laboratory/beluga
$ cd beluga
$ pip install -e .

Note that the latest version on github is not version controlled and is to be considered bleeding edge.

Running a test problem

Open a terminal window and navigate to the folder where you installed beluga. Type the following commands to run the Brachistochrone problem:

$ cd examples/1-brachistochrone
$ python brachisto.py

The solver will proceed to solve the Brachistochrone problem.

About

An indirect trajectory optimization framework

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%