We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78e4ea commit 300396dCopy full SHA for 300396d
launch/acquisition.launch
@@ -24,7 +24,7 @@
24
<arg name="config_file" default="$(find spinnaker_sdk_camera_driver)/params/cam_17197558.yaml" doc="File specifying the parameters of the camera_array"/>
25
26
<!-- 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="">
+ <node pkg="spinnaker_sdk_camera_driver" type="acquisition_node" name="acquisition_node" output="$(arg output)" launch-prefix="$(arg launch_prefix)" args="" respawn="true" >
28
29
<!-- load the acquisition node parameters file. Note any parameters provided in this file will
30
override what is in the yaml file. Thus use it to set parameters camer_array configuration params -->
0 commit comments