Rviz: Is it possible to overlay images on top of the camera's image?
Lets say my camera is subscribed to a topic that produces raw images and display through rviz's camera, I want to have a second node produce some images and then overlay on top of the camera's images then display.
Is this possible in ROS? I'm new to ROS too. Any answers will be very much appreciated.
What is "rviz's camera" exactly? Are you referring to the
Camera
display, theImage
display, or something else?I'm referring to the Camera display. Thanks