ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Finally I have achieved that i want. I have followed the suggestions of @130s and I have added other things that were necessary.
Perhaps my solution is not the best one or there are another possibilities, but it works perfect.
To obtain a custom ImageView plugin for each camera, I have done the following:
--- CMakelist.txt --- set(my_cameras_UIS src/my_cameras/image_view.ui)
The Class name tag must be different for each instance.
I have obtained this:
Hopefully this will be useful for others.