clearpathrobotics / robot_upstart

ROS package of helper functions related to bringing up roslaunch on system startup.
BSD 3-Clause "New" or "Revised" License
193 stars 96 forks source link

can't close file while use rosbag #59

Open echotor opened 6 years ago

echotor commented 6 years ago

When I use rosbag as system service in robot_upstart, the file can not be closed correctly if my computer is shutdown. How the service close the ros node?

Could anyone answer this problem?