154
(1) Objective: Returns the condition “True” if the first value is greater than or equal to the second value;
otherwise, “False” is returned.
(2) Returned value: Boolean
(3) Example: Show where the armor was last hit
If the gimbal armor was hit last, all gimbal LEDs will blink red; if the chassis armor was hit last, all chassis
LEDs will blink red.
Note:
As in mathematical language, “>=” is the standard symbol for “greater than or equal to” in programming
language.
(1) Objective: Returns the condition “True” when two conditions are met; otherwise, the condition “False” is