Skip to content

Commit

Permalink
cleaned up ununsed vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jupidity committed Aug 3, 2017
1 parent cca4de4 commit 55ef0f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/segmentation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ void segmentation::cloud_cb (const sensor_msgs::PointCloud2ConstPtr& cloud_msg)
// exctract the indices pertaining to each cluster and store in a vector of pcl::PointIndices
ec.extract (cluster_indices);

uint32_t j =0;
uint32_t color=0;

// declare an instance of the SegmentedClustersArray message
obj_recognition::SegmentedClustersArray CloudClusters;

Expand Down Expand Up @@ -185,11 +182,9 @@ void segmentation::cloud_cb (const sensor_msgs::PointCloud2ConstPtr& cloud_msg)

}


// publish the clusters
m_clusterPub.publish(CloudClusters);


}


Expand Down

0 comments on commit 55ef0f2

Please sign in to comment.