[jsk_pcl_ros_utils/cluster_point_indices_to_point_indices] Concatenate all indices in case of index==-1 (#2330)
[jsk_pcl_ros_utils/package.xml] Add dependencies for compressed_image/depth_image_transport to run sample launch files (#2341)
Install 'sample', 'scripts', 'test' into SHARE_DESTINATION (#2345)
[jsk_perception] Retrain bof data for sklearn==0.2.0 version and modified jsk_pcl_ros/utils's test for kinetic travis (#2337) * [jsk_pcl_ros_utils] Ignore test for pointcloud_to_pcd.test
Add --pkg-path option to install_sample_data.py not to use rospack (#2314) * Close https://github.com/jsk-ros-pkg/jsk_recognition/pull/2303
fix for jsk-ros-pkg/jsk_common/pull/1586 (#2311) * to avoid add_custom_target cannot create target install_sample_data because another target with the same name already exists errors
Use diagnostic nodelet for EuclideanClustering and other nodelets (#2301) * jsk_pcl_ros: euclidean_clustering: use dianogistc nodelet
Use DiagnosticNodelet::updateDiagnostic preferrably
Fix warnings for jsk_pcl_ros_utils (#2265) * Fix warnings for jsk_pcl_ros_utils
CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkin_package.cmake:166 (message): catkin_package() DEPENDS on 'pcl' but neither 'pcl_INCLUDE_DIRS' nor 'pcl_LIBRARIES' is defined. Call Stack (most recent call first): /opt/ros/kinetic/share/catkin/cmake/catkin_package.cmake:102 (_catkin_package) CMakeLists.txt:220 (catkin_package) CMake Warning (dev) at CMakeLists.txt:214 (add_dependencies): Policy CMP0046 is not set: Error on non-existent dependency in add_dependencies. Run "cmake --help-policy CMP0046" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The dependency target "jsk_pcl_ros_utils_gencpp" of target "jsk_pcl_ros_utils" does not exist. This warning is for project developers. Use -Wno-dev to suppress it.
Contributors: Yuki Furuta, Kei Okada, Kentaro Wada, Yuto Uchimi, Iori Yanokura
[jsk_pcl_ros_utils] add PolygonArrayLikelihoodFilter (#2054 ) * [jsk_pcl_ros_utils] add sample / test for polygon_array_likelihood_filter * [jsk_pcl_ros_utils][polygon_array_likelihood_filter] fix * [jsk_pcl_ros_utils] add polygon_array_likelihood_filter
[jsk_pcl_ros_utils] add docs for polygon_array_likelihood_filter
Add PointCloudXYZRGBToXYZ: (add for testing) (https://github.com/jsk-ros-pkg/jsk_recognition/commit/86b64a27d00d218b68e3d598220cd0c6fadbeaec)
[jsk_pcl_ros_utils][polygon_magnifier] Support scale factor to magnify polygon (#2072 ) * [jsk_pcl_ros_utils][polygon_magnifier] support scale factor to magnify
Fix website url for jsk_pcl_ros_utils (#2071 ) - modified: README.md - modified: jsk_pcl_ros_utils/package.xml
[jsk_pcl_ros_utils][polygon_magnifier] allow negative distance to magnify (#2053 ) [jsk_pcl_ros_utils][polygon_magnifier] update docs [jsk_recognition_utils] add polygon_array_publisher.py / sample_polygon_array_publisher.launch [jsk_pcl_ros_utils] add sample / test for polygon_magnifier
Generate README by script (#2064)
[jsk_pcl_ros_utils][plane_rejector] add onInitPostProcess (#2049)
[jsk_pcl_ros_utils][CMakeLists.txt] Suppress warning on build (#2040) * [jsk_pcl_ros_utils][CMakeLists.txt] remove comment out lines * [jsk_pcl_ros_utils][CMakeLists.txt] remove debug line * [jsk_pcl_ros_utils][CMakeLists.txt] comment out generate_messages
[jsk_pcl_ros_utils] ensure super class functionality works (#2043 ) * [jsk_pcl_ros_utils] ensure call onInitPostProcess() on DiagnosticNodelet * [jsk_pcl_ros_utils] ensure poke on callback in DiagnosticNodelet
[jsk_pcl_ros_utils][centroid_publisher_nodelet] support polygon array (#2038 )
Contributors: Kei Okada, Kentaro Wada, Yuki Furuta
- Test for PointCloudXYZToXYZRGB
- Sample for PointCloudXYZToXYZRGB