Skip to content

Commit 890a6f4

Browse files
author
Vikrant Shah
committed
fixing names in launch file
1 parent 04206b6 commit 890a6f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

launch/acquisition.launch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<launch>
22
<!-- configure console output verbosity mode:debug_console.conf or std_console.conf -->
3-
<env name="ROSCONSOLE_CONFIG_FILE" value="$(find spinnaker_ros)/cfg/std_console.conf"/>
3+
<env name="ROSCONSOLE_CONFIG_FILE" value="$(find spinnaker_camera_driver)/cfg/std_console.conf"/>
44

55
<!-- acquisition.lauynch -->
66
<arg name="binning" default="2" doc="Binning for cameras, when changing from 2 to 1 cameras need to be unplugged and replugged"/>
@@ -18,10 +18,10 @@
1818
<arg name="to_ros" default="true" doc="Flag whether images should be published to ROS" />
1919
<arg name="utstamps" default="false" doc="Flag whether each image should have Unique timestamps vs the master cams time stamp for all" />
2020
<arg name="max_rate_save" default="false" doc="Flag for max rate mode which is when the master triggerst the slaves and saves images at maximum rate possible" />
21-
<arg name="config_file" default="$(find spinnaker_ros)/params/test_params.yaml" doc="File specifying the parameters of the camera_array"/>
21+
<arg name="config_file" default="$(find spinnaker_camera_driver)/params/test_params.yaml" doc="File specifying the parameters of the camera_array"/>
2222

2323
<!-- load the acquisition node -->
24-
<node pkg="spinnaker_ros" type="acquisition_node" name="acquisition_node" output="$(arg output)"
24+
<node pkg="spinnaker_camera_driver" type="acquisition_node" name="acquisition_node" output="$(arg output)"
2525
args="">
2626

2727
<!-- load the acquisition node parameters file. Note any parameters provided in this file will

0 commit comments

Comments
 (0)