Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmd] Add DynamicCommand and defer factory with implicit requirements #7394

Closed
wants to merge 1 commit into from

Conversation

spacey-sooty
Copy link
Contributor

Currently if people want to an auto using RobotModeTriggers.autonomous they will encounter a major issue, determining requirements for commands at runtime. This provides a solution to this problem. It also fixes the deprecation documentation for deferredProxy which previously recommended completely incorrect behaviour.

TODO:

  • Java
  • Tests
  • Documentation

Currently if people want to an auto using `RobotModeTriggers.autonomous`
they will encounter a major issue, determining requirements for commands
at runtime. This provides a solution to this problem. It also fixes the
deprecation documentation for `deferredProxy` which previously
recommended completely incorrect behaviour.

TODO:
- [ ] Java
- [ ] Tests
- [ ] Documentation

Signed-off-by: Jade Turner <[email protected]>
@Gold856
Copy link
Contributor

Gold856 commented Nov 15, 2024

What's the difference between this and #7339?

@spacey-sooty
Copy link
Contributor Author

I didn't realise I had already opened that and forgot that discussion... I'll do the docs change now.

@spacey-sooty spacey-sooty deleted the runtime-command branch November 15, 2024 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants