onExecute

open fun onExecute()

Optional: Update during execution.

Called every ~20ms while the command runs. Most IntentCommands don't need this since subsystems handle their own behavior in periodic().

Use this for:

  • Dynamic adjustments based on sensors

  • Coordinated state transitions during execution

  • Monitoring and logging