Created
February 22, 2019 08:37
-
-
Save tim-fan/cbddef64281a5ca5bc318e1653cbf767 to your computer and use it in GitHub Desktop.
ROS launch file for running spencer people tracking using the Realsense D435i camera
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<launch> | |
<include file="$(find realsense2_camera)/launch/rs_rgbd.launch"> | |
<arg name="camera" value="/spencer/sensors/rgbd_front_top"/> | |
<arg name="tf_prefix" value="rgbd_front_top"/> | |
</include> | |
<node pkg="realsense_spencer_adaptor" type="realsense_spencer_adaptor.py" name="realsense_spencer_adaptor" ns="/spencer/sensors/rgbd_front_top"/> | |
<include file="$(find spencer_people_tracking_launch)/launch/tracking_single_rgbd_sensor.launch"> | |
<arg name="load_driver" value="false"/> | |
<arg name="height_above_ground" value="0.6"/> | |
</include> | |
</launch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment