khartmansjsu / Orbital-Mechanics-Toolbox

This is a MATLAB toolbox designed to perform orbital mechanics calculations and ... more.
0 stars 0 forks source link

Function which plans a rendezvous between two objects #5

Open khartmansjsu opened 3 weeks ago

khartmansjsu commented 3 weeks ago

The idea is: make a function which returns some relevant parameters such as delta v values, transfer times, transfer windows, etc. for a rendezvous between one body and another.

This is important: this is a function, not a method. It makes sense to pass object class Satellites to a function, return the rendezvous info from that function, and reserve the use of the object methods for simulation runtime.

khartmansjsu commented 3 weeks ago