- Bump CMake version to avoid CMP0048
- Update package.xml to schema version 3
- Choose python version based on what ros is using
- Make rostest headers available to projection_test
- Remove unneeded time header - it was breaking windows builds.
- add DLL import/export macro
- export dll on Windows
- rename visibility macro
- windows bringup
- extend CMake install targets
- Add dependency on tf2 for downstream packages
- Update and fix package.xml Eigen dependency
- Export Eigen dependency
- Create LICENSE
- Better use of numpy
- Contributors: Eric Wieser, James Xu, Jochen Sprickerhof, Jon Binney, Jonathan Binney, Scott K Logan, Shane Loretz, Tully Foote, Vincent Rabaud, William Woodall
- Fix segfault when laserscan ranges[] is empty
- Contributors: Timm Linder, Vincent Rabaud
- provide support for tf2
- Contributors: Vincent Rabaud
- adds python port (only simple projection)
- allows to have range_cutoff > range_max NOTE this is required if we need to keep the range_max readings in the point cloud. An example application is an obstacle_layer in a costmap.
- Contributors: Vincent Rabaud, enriquefernandez
- Added dependency on cmake_modules
- Contributors: William Woodall
- Adding William Woodall as a co-maintainer
- Contributors: Vincent Rabaud, William Woodall
- Fix mistake in end_time calculation for scan transformation in #6
- Treat max_range as invalid measurement
- Properly propagate range_cutoff
- check for CATKIN_ENABLE_TESTING
- fixes #3
- fix case of Eigen find_package name
- added missing run deps
- [bugfix] export boost and eigen via DEPENDS
- [bugfix] export boost and eigen include dirs
- Added buildtool_depend on catkin
- CMake clean up
- Removed vestigial manifest.xml
- Added .count field (of 1) to every PointCloud2 field description. This fixes the bug referred to here: http://dev.pointclouds.org/issues/821 which is useful because that fix in PCL seems not to be released yet. Also this way is more correct, as far as I can tell.
- Tidied up CMakeLists.txt based on Dirk's recommendations.
- added install rules to CMakeLists.txt needed for catkinization.
- catkinized