Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add queue_size option #33

Open
wants to merge 1 commit into
base: indigo-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions launch/openni.launch
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
<!-- Worker threads for the nodelet manager -->
<arg name="num_worker_threads" default="4" />

<arg name="queue_size" default="5" doc="specify queue_size" />

<!-- Push down all topics/nodelets into "camera" namespace -->
<group ns="$(arg camera)">

Expand Down Expand Up @@ -103,6 +105,7 @@
<arg name="disparity_registered_processing" value="$(arg disparity_registered_processing)" />
<arg name="hw_registered_processing" value="$(arg hw_registered_processing)" />
<arg name="sw_registered_processing" value="$(arg sw_registered_processing)" />
<arg name="queue_size" value="$(arg queue_size)" />
</include>

</group> <!-- camera -->
Expand Down
3 changes: 3 additions & 0 deletions launch/openni_tf_prefix.launch
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
<!-- Worker threads for the nodelet manager -->
<arg name="num_worker_threads" default="4" />

<arg name="queue_size" default="5" doc="specify queue_size" />

<!-- Push down all topics/nodelets into "camera" namespace -->
<group ns="$(arg camera)">

Expand Down Expand Up @@ -102,6 +104,7 @@
<arg name="disparity_registered_processing" value="$(arg disparity_registered_processing)" />
<arg name="hw_registered_processing" value="$(arg hw_registered_processing)" />
<arg name="sw_registered_processing" value="$(arg sw_registered_processing)" />
<arg name="queue_size" value="$(arg queue_size)" />
</include>

</group> <!-- camera -->
Expand Down