Skip to content

Commit

Permalink
added respawn
Browse files Browse the repository at this point in the history
  • Loading branch information
mithundiddi committed Feb 26, 2019
1 parent d78e4ea commit 300396d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/acquisition.launch
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<arg name="config_file" default="$(find spinnaker_sdk_camera_driver)/params/cam_17197558.yaml" doc="File specifying the parameters of the camera_array"/>

<!-- load the acquisition node -->
<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" >

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

0 comments on commit 300396d

Please sign in to comment.