Skip to content

Commit

Permalink
removed the segmentation node from launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
jupidity committed Aug 2, 2017
1 parent e666179 commit 30122f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions launch/robot_spawn.launch
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@
args="-urdf -param robot_description -x 0 -y 1.8 -z 0 -R 0 -P 0 -Y 0 -model obj_recognition"/>

<!-- cloud transformer-->
<node name="cloud_transformer" pkg="obj_recognition" type="cloud_transformer" respawn="false"/>
<node name="cloud_transformer" pkg="obj_recognition" type="obj_recognition_cloud_transformer" respawn="false"/>

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

<!-- feature extractor-->
<node name="feature_extractor" pkg="obj_recognition" type="feature_extractor" respawn="false"/>
<node name="feature_extractor" pkg="obj_recognition" type="obj_recognition_feature_extractor" respawn="false"/>


<!-- launch rviz-->
Expand Down

0 comments on commit 30122f6

Please sign in to comment.