wpilibsuite/wpilib-docs

Document DeferredCommand in Command Compositions article

Aberta

#2.368 aberto em 27 de out. de 2023

 (0 comentário) (0 reação) (0 responsável)JavaScript (297 forks)auto 404
Component: WPILibJ/WPILibCGood First Issue

Métricas do repositório

Stars
 (187 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

We should add a short example and explain why it should generally be preferred over the deferred proxy constructor (DeferredCommand keeps everything within the composition instead of delegating to the scheduler) https://docs.wpilib.org/en/latest/docs/software/commandbased/command-compositions.html

Guia do colaborador