ros-drivers / flir_ptu

ROS driver for FLIR pan-tilt units
http://wiki.ros.org/flir_ptu_driver
14 stars 37 forks source link

Driver crashes if PTU is busy with startup sequence #13

Closed jeff-o closed 10 years ago

jeff-o commented 10 years ago

If the driver attempts to launch while the PTU is still completing its startup sequence, it crashes and does not restart. This can happen if the controlling computer and PTU are powered on at the same time.

Adding respawn="true" to the launch file allows the driver to restart successfully, though ideally the driver should wait until the PTU is finished moving so that it doesn't crash at all.

mikepurvis commented 10 years ago

Gonna merge this into #10.