Go to the source code of this file.
Namespaces | |
namespace | relay_screenshot |
Functions | |
def | relay_screenshot.callback |
Variables | |
int | relay_screenshot.counter = 0 |
tuple | relay_screenshot.file_format = rospy.get_param('~file_format', 'rviz_screenshot_{0:0>5}.png') |
tuple | relay_screenshot.screenshot_srv = rospy.ServiceProxy('/rviz/screenshot', Screenshot) |
tuple | relay_screenshot.sub = rospy.Subscriber('~input', rospy.msg.AnyMsg, callback) |