ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Here would be my idea for a rather simple approach: write a node which:
Of course you could then start to make the node more sophisticated, and for example use a rosservice to trigger the capturing of one or several images, which would eliminate the need to terminate the node. But actually I would say every time sending a rosservice request is just as much "work" as starting the node everytime you want to record the images.