skuhl / RobotRun

Robotics simulator
4 stars 1 forks source link

Camera object match fixes #222

Closed vtdrusch closed 7 years ago

vtdrusch commented 7 years ago

The robot camera is not recognizing valid objects that it has been taught in certain cases. I suspect that this is due to the fact that the objects I tested weren't registered in the object json file, and so were not given a proper ID number, but the camera should treat any objects that haven't been explicitly registered as unique objects belonging to separate part families.

vtdrusch commented 7 years ago

Camera object detection should now work as intended.