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

The issue was I did not make my base class functions virtual, also my constructor for the image_roi class should have been image_roi(void)

The issue was I did not make my base class functions virtual, also my constructor for the image_roi class should have been image_roi(void)image_roi(void). I cant accept my own answer because Im new but this is it for future reference.