Closed fletch3555 closed 11 months ago
It would be best if you could run the example in simulation in the future to catch errors. Thanks for the contribution.
It would be best if you could run the example in simulation in the future to catch errors. Thanks for the contribution.
What was the issue?
All of the functions were capitalized, like SmartDashboard.PutNumber
. RobotPy follows the Java conventions, not the C++ conventions, despite being based on the C++ codebase.
All of the functions were capitalized, like
SmartDashboard.PutNumber
. RobotPy follows the Java conventions, not the C++ conventions, despite being based on the C++ codebase.
Ah whoops. Copy/paste error. I fixed that in the others but I guess I missed it here. Thanks for the fix!
Grabbing some low-hanging fruit