Skip to content

Commit

Permalink
Adding pringles template and launch file for histogram_segment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Apr 22, 2014
1 parent f20541d commit b556230
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added blort_ros/Resources/img/pringles_template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions blort_ros/launch/histogram_segment.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<launch>
<group ns="/histogram_segmentation">
<rosparam command="load" file="$(find pal_vision_segmentation)/config/default_tabletop_histogram.yaml" />
</group>

<node pkg="pal_vision_segmentation" type="histogram_segmentation" name="histogram_segmentation" args="$(find blort_ros)/Resources/img/pringles_template.png">
<remap from="image" to="/stereo/left/image" />
</node>
</launch>

0 comments on commit b556230

Please sign in to comment.