Browse Source

added params to launch file

pull/65/head
Hongyu Li 2 years ago
parent
commit
bdcaa9d337
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      vz_ros_wrappers/launch/D435i_and_Lepton.launch

+ 4
- 1
vz_ros_wrappers/launch/D435i_and_Lepton.launch View File

@ -1,10 +1,13 @@
<launch> <launch>
<node pkg="vz_ros_wrappers" type="grab_D435i.py" name="D435i" /> <node pkg="vz_ros_wrappers" type="grab_D435i.py" name="D435i" />
<node pkg="vz_ros_wrappers" type="grab_thermal.py" name="FLIRLepton" /> <node pkg="vz_ros_wrappers" type="grab_thermal.py" name="FLIRLepton" />
<node pkg="vz_ros_wrappers" type="orvs_ros_interface.py" name="bpm_capture" />
<node pkg="image_transport" type="republish" name="D435iCompressed" <node pkg="image_transport" type="republish" name="D435iCompressed"
args="raw in:=/D435i/image_raw compressed out:=/D435i/image_raw" /> args="raw in:=/D435i/image_raw compressed out:=/D435i/image_raw" />
<!-- Flip images and display when collecting data? --> <!-- Flip images and display when collecting data? -->
<param name="flip_images_grab_data" type="bool" value="true" /> <param name="flip_images_grab_data" type="bool" value="true" />
<param name="rgbd_topic" type="string" value="/D435i/image_raw" /> <param name="rgbd_topic" type="string" value="/D435i/image_raw" />
<param name="thermal_topic" type="string" value="/Lepton/image_raw" />
<param name="thermal_topic" type="string" value="/Lepton/image_raw" />
<param name="bpm_topic" type="string" value="/Lepton/bpm" />
<param name="rec_secs" type="int" value="10" />
</launch> </launch>

Loading…
Cancel
Save