This is an error report.
Screenshot of the error

Error details
I cannot really describe the error as I followed the instructions given in the tutorial. I keep getting this error but I am not sure what to make of it.
This is an error report.
Screenshot of the error
Error details
I cannot really describe the error as I followed the instructions given in the tutorial. I keep getting this error but I am not sure what to make of it.
Hi @mariellarsanchez ,
Thanks for pointing out this issue.
I think this error is coming from the plant_detector.py
python script file.
The line output = self.model(input_tensor)
is probably not getting the image in the desired manner.
The python programs might require some exception handling implemented.
But for the time-being, the best way to get this working would be to restart the simulation and restart the programs associated with this exercise/example. The first simulation launches might cause some issues sometimes. So second launch would work well.
Let me / us know if the above suggestion worked for you.
Regards,
Girish
PS: @duckfrost2 Could you please take a look at this issue when you find some time? Thanks in advance!
Hello! @girishkumar.kannan
I solved the issue. It was a relatively silly problem as there was no issue running the executable, but my mistake was that I kept trying to run the file itself not the executable made after building the file.
For some reason mars_rover_systems was failing to build, so it had to be deleted. There was definitely some conflicts there.
Thanks for your help!
Hi @mariellarsanchez ,
Glad to know that you figured out the solution to the issue on your own.
Please mark your post as the solution so this issue thread can be closed.
Regards,
Girish
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.