OpenFTC / EasyOpenCV

Finally, a straightforward and easy way to use OpenCV on an FTC robot!
213 stars 95 forks source link

MonitoringThread: The RC has not reported itself as alive for more than 10 seconds. Relaunching the RC. #43

Closed wimos-ai closed 2 years ago

wimos-ai commented 2 years ago

Today I came across an error with the EasyOpenCV library. It seems to cause the OpMode to not report itself as alive which leads to the shutdown of the app. I have attached a copy of the Robot Log Here: RobotLog.txt

As a temporary measure, I have removed all code that depends on EasyOpenCV and commented out the line: implementation 'org.openftc:easyopencv:1.5.1' in my TeamCode build. gradle which has fixed the problem.

I am running on Rev Control Hub and the Driver Hub with SDK version 7.1

Windwoes commented 2 years ago

Can you please share your OpMode?

On Tue, Mar 29, 2022, 7:06 PM wimos-ai @.***> wrote:

Today I came across an error with the EasyOpenCV library. It seems to cause the OpMode to not report itself as alive which leads to the shutdown of the app. I have attached a copy of the Robot Log. RobotLog.txt https://github.com/OpenFTC/EasyOpenCV/files/8375489/RobotLog.txt

As a temporary measure, I have removed all code that depends on EasyOpenCV and commented out the line: implementation 'org.openftc:easyopencv:1.5.1' in my TeamCode build. gradle which has fixed the problem.

I am running on Rev Control Hub and the Driver Hub.

— Reply to this email directly, view it on GitHub https://github.com/OpenFTC/EasyOpenCV/issues/43, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGJRT4QJ2OBSIUY7MZDUL6TVCOEGDANCNFSM5R753NSA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

wimos-ai commented 2 years ago

We have written class wrappers for each subsystem on the robot with control methods for each so it is a lot of files for all the lines being executed in our OpMode.

wimos-ai commented 2 years ago

We switched out the cameras and that seemed to fix the issue