Antenna Deploy: create sequence to call antenna deployment on initial system boot (post-deployment) #148
Labels
advanced
Good for experienced members, as details require "what-if" thinking or MO knowledge
command
Related to implementing a telecommand
requirement
A mission requirement
lifecycle/deploy_antenna_on_boot_enabled.bool
). If it doesn't exist, write it as "true" (1
). If it does exist, read it and see if it contains string0
or1
.1
, then check if the EPS is sufficiently charged.Also, create a telecommand called
ant_set_deploy_antenna_on_boot_enabled
, which takes a 0 or 1 argument, and sets the file appropriately. Requires strong validation. Document that this telecommand shall be executed when the antenna is determined to be successfully deployed, as detemined by ground contact.To deploy the antenna, use the
ANT_CMD_arm_antenna_system()
function, and then theANT_CMD_start_automated_sequential_deployment()
functions.The text was updated successfully, but these errors were encountered: