wpilibsuite/wpilib-docs

Document DeferredCommand in Command Compositions article

Ouverte

#2 368 ouverte le 27 oct. 2023

 (0 commentaire) (0 réaction) (0 personne assignée)JavaScript (297 forks)auto 404
Component: WPILibJ/WPILibCGood First Issue

Métriques du dépôt

Stars
 (187 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur