Skip to content

Commit

Permalink
added launch file for perception pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jupidity committed Aug 5, 2017
1 parent ba4895f commit 429f36a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions launch/robot_perception.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

<!-- launch file for the perception pipeline -->
<!-- Author: Sean Cassero -->
<launch>

<!-- segmentation -->
<node name= "segmentation" pkg= "obj_recognition" type= "obj_recognition_segmentation" respawn= "false">

<!-- marker generation -->
<node name= "marker_generation" pkg= "obj_recognition" type= "marker_generation.py" respawn= "false">


</launch>

0 comments on commit 429f36a

Please sign in to comment.