My issue is that my programming team has written our video processing program in CPP. However our robot and smartdashboard are written in java.
We need to send a Boolean from our video processing to our autonomous program. I do not know how to convert the CPP Boolean to a java program. Any help would be awesome.