Declared in DockingAdapter
Declaration
void SetDockingTarget(
DockingAdapter target,
double distance,
double angle
);Description
Sets the target spacecraft that this docking adapter will attempt to dock with.
Parameters
| Name | Description |
|---|---|
| target | The target docking adapter |
| distance | [m] The maximum distance before the docking snap occurs |
| angle | [deg] The maximum angle of rotation between the two objects |