ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
Could it be that you are simply missing a const before "ImageConstPtr& left" in the arguments of your callback?
Best
Tim
![]() | 2 | No.2 Revision |
Could it be that you are simply missing a const const
before "ImageConstPtr& left" ImageConstPtr& left
in the arguments of your callback?
Best
Tim