NamedCommands Help! #637
NCJazzMan65
started this conversation in
General
Replies: 1 comment
-
Do you have the following line in your robotcontainer where the named commands should live? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm the lead programming mentor for FRC 4121. We are integrating PathPlanner into our Java robot code. We are trying to use NamedCommands to have some of our commands (i.e. RunIntake, RunShooter, etc.) execute during our paths. We've imported NamedCommands into RobotContainer, but when we try to create a NamedCommand, VSCode doesn't recognize the registerCommand method. In fact, it doesn't recognize any methods of the NamedCommands class. We need some help, please.
Beta Was this translation helpful? Give feedback.
All reactions