ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
That's all I see. The same code works properly in Hydro but not in Indigo. I suspect it something about the way opencv relates to Indigo...
2 | No.2 Revision |
That's all I see. The same code works properly in Hydro but not in Indigo. I suspect it something about realized that the way opencv relates to Indigo...definition of the events had been modified/updated.
Instead of being: CV_EVENT_LBUTTONDOWN
, they are now defined as: EVENT_LBUTTONDOWN
.
After making these modifications, everything built and compiled fine.