![]() |
Uncaught C++ Exception
I have vision code that will detect the target and will spit the number of particles found to the console. But whenever it looses targets, it gives the following error:
Code:
(FRC_RobotTask): Uncaught C++ Exception (#1)!Here's my code Code:
#include "Vision.h" |
Re: Uncaught C++ Exception
Hi,
I have some concern about the idea of assigning 'particles = *temp' and deleting temp rather than simply USING temp-> in the routine and then deleting temp at the end, but that isn't looking like the culprit. I see Code:
targetParticle = particles.at(0);Code:
bob |
| All times are GMT -5. The time now is 17:40. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi