ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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...

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.