We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5e88e commit 9c86121Copy full SHA for 9c86121
source/docs/software/wpilib-tools/robotbuilder/writing-code/robotbuilder-writing-command-code.rst
@@ -63,7 +63,7 @@ Generated CloseClaw Class
63
// Called when the command is initially scheduled.
64
@Override
65
public void initialize() {
66
- m_claw.open(); // (1)
+ m_claw.close(); // (1)
67
}
68
69
// Called every time the scheduler runs while the command is scheduled.
0 commit comments