Skip to content

Instantly share code, notes, and snippets.

@goldbattle
Last active August 7, 2017 20:31
Show Gist options
  • Select an option

  • Save goldbattle/43fc8fdb67571229d512d764fb8e5080 to your computer and use it in GitHub Desktop.

Select an option

Save goldbattle/43fc8fdb67571229d512d764fb8e5080 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="ISO-8859-15"?>
<launch>
<param name="imuRate" type="int" value="200" />
<param name="camRate" type="int" value="28" />
<!-- VI- Sensor node -->
<node name="visensor_node" pkg="visensor_node" type="visensor_node" output="screen">
<remap from="/cam0/image_raw" to="/raw/cam0/image_raw" />
<remap from="/cam1/image_raw" to="/raw/cam1/image_raw" />
</node>
<!-- Throttle topic for images -->
<!-- http://wiki.ros.org/topic_tools/throttle -->
<node name="throttle_left" pkg="topic_tools" type="throttle" args="messages /raw/cam0/image_raw 15 /cam0/image_raw" output="screen" />
<node name="throttle_right" pkg="topic_tools" type="throttle" args="messages /raw/cam1/image_raw 15 /cam1/image_raw" output="screen" />
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment