Add missing EIGEN define which caused failures on the farm
This commit is contained in:
parent
e0e17d2daa
commit
3a688bcf5f
@ -2,8 +2,8 @@
|
|||||||
Changelog for package pcl_ros
|
Changelog for package pcl_ros
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.1.0 (2013-07-09)
|
||||||
-----------
|
------------------
|
||||||
* Add missing include in one of the installed headers
|
* Add missing include in one of the installed headers
|
||||||
* Refactors to use pcl-1.7
|
* Refactors to use pcl-1.7
|
||||||
* Use the PointIndices from pcl_msgs
|
* Use the PointIndices from pcl_msgs
|
||||||
|
|||||||
@ -38,6 +38,8 @@
|
|||||||
#ifndef PCL_ROS_BOUNDARY_H_
|
#ifndef PCL_ROS_BOUNDARY_H_
|
||||||
#define PCL_ROS_BOUNDARY_H_
|
#define PCL_ROS_BOUNDARY_H_
|
||||||
|
|
||||||
|
#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET true
|
||||||
|
|
||||||
#include <pcl/features/boundary.h>
|
#include <pcl/features/boundary.h>
|
||||||
#include "pcl_ros/features/feature.h"
|
#include "pcl_ros/features/feature.h"
|
||||||
|
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
Changelog for package perception_pcl
|
Changelog for package perception_pcl
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
1.1.0 (2013-07-09)
|
||||||
-----------
|
------------------
|
||||||
* Fixes from converting from pcl-1.7, incomplete
|
* Fixes from converting from pcl-1.7, incomplete
|
||||||
|
|
||||||
1.0.34 (2013-05-21)
|
1.0.34 (2013-05-21)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user