Does anyone have any experience implementing ZeroMQ in VSCode?
We used it last year and are using it again this year. You have to “depend” on it in your build.gradle. This is ours from last year https://github.com/frc1444/robot2019/blob/after-mosl/build.gradle
Then once you build the robot code, you should get auto complete and can import it without errors.
Also the version on the file I linked is out dated. Make sure to update it.
1 Like
Another example:
and files relating to testing that:
2 Likes
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.