enable/disable rosbag recording as a service
I need to enable/disable bag recording on our robot from a remote machine. Ideally as a ROS service. Does anybody have a recommendation for how this could be done? Is there any other good way to remotely selectively enable topic logging for a robot? Ideas appreciated.
I'm not aware of any official support for services, but osrf/nodelet_rosbag does expose an action server.
Likely a duplicate of #q219126