space_ex v0.5.1 SpaceEx.InfernalRobotics
This service provides functionality to interact with Infernal Robotics.
Link to this section Summary
Functions
Whether Infernal Robotics is installed
Returns the servo group in the given vessel
with the given name
,
or nil
if none exists
A list of all the servo groups in the given vessel
Returns the servo in the given vessel
with the given name
or
nil
if none exists
Link to this section Functions
Whether Infernal Robotics is installed.
Returns the servo group in the given vessel
with the given name
,
or nil
if none exists.
If multiple servo groups have the same name, only one of them is returned.
vessel
— Vessel to check.name
— Name of servo group to find.
A list of all the servo groups in the given vessel
.
Returns the servo in the given vessel
with the given name
or
nil
if none exists.
If multiple servos have the same name, only one of them is returned.
vessel
— Vessel to check.name
— Name of the servo to find.