Skip to content
Snippets Groups Projects
Commit 9cdd218e authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Minor changes.

parent 956c7abf
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,6 @@ void SafeCmdAlgNode::get_footprint_at(std::vector<geometry_msgs::Point> &footpri
bool SafeCmdAlgNode::check_collision(pcl::PointCloud<pcl::PointXYZ>::Ptr &scan_points,std::vector<geometry_msgs::Point> &footprint,pcl::PointCloud<pcl::PointXYZ> &collision_points)
{
double distance;
bool collision=false;
pcl::ExtractIndices<pcl::PointXYZ> extract;
pcl::PointIndices::Ptr inliers(new pcl::PointIndices());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment