Skip to content

Commit 300396d

Browse files
committed
added respawn
1 parent d78e4ea commit 300396d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/acquisition.launch

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<arg name="config_file" default="$(find spinnaker_sdk_camera_driver)/params/cam_17197558.yaml" doc="File specifying the parameters of the camera_array"/>
2525

2626
<!-- load the acquisition node -->
27-
<node pkg="spinnaker_sdk_camera_driver" type="acquisition_node" name="acquisition_node" output="$(arg output)" launch-prefix="$(arg launch_prefix)" args="">
27+
<node pkg="spinnaker_sdk_camera_driver" type="acquisition_node" name="acquisition_node" output="$(arg output)" launch-prefix="$(arg launch_prefix)" args="" respawn="true" >
2828

2929
<!-- load the acquisition node parameters file. Note any parameters provided in this file will
3030
override what is in the yaml file. Thus use it to set parameters camer_array configuration params -->

0 commit comments

Comments
 (0)