I have this program in webots where I am extracting the color instance from the Wbcamerarecongnition and trying to print the color which according to documentation is made of 3D array for each color. below is link to the documentation
I am trying to execute the following
const WbCameraRecognitionObject objects;
printf(" %f ", objects.color);
however the code crashes when i do so. any advice I want to access the color of the construct WbCameraRecognitionObject.