Open xaedes opened 10 years ago
Can you try to reproduce this with a bag file? I want to seperate out camera problems. Thanks!
This looks like it might be a thresholding bug in ARToolKitt
at arLabeling.c:233
233 if( *(pnt+0) + *(pnt+1) + *(pnt+2) <= thresht3 )
This would explain why it only happens under some conditions. We are going to need a bag to replicate this.
Hi I have an urgent problem executing ar_single and ar_multi.
Everything worked fine back at 18.Dec 2013. I didn't touch anything (no software updates or anything else) and now since 8.Jan 2014 executing ar_single and ar_multi results in segmentation faults. Very strange. Updating everything in hope it would fix this resulted in no improvement. I am now also using new repo (with new ownership).
I tracked down the segmentation fault to the following:
But from there I am stuck in optimized code, so I have no clue what to do next.
I can provide more system information and rosbag file with camera info that is replayed while using ar_single - if necessary.