75 Commits

Author SHA1 Message Date
Andrew Symington
628aaec1dc
Migrate the ROS1 pcl_ros::RadiusOutlierRemoval filter to ROS2 (#399)
* Add the RadiusOutlierRemoval filter.

* Lint

* PLay iit again, Linty Sam.

* Header order

* This is now just getting embarrassing

* Move parameter to class constructor.
2023-02-15 17:32:08 -08:00
Daisuke Sato
de09161924
migrate passthrough and project_inliers filters (#395)
* migrate passthrough and project_inliers filters

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>

* - remove throwing runtime_error (result always true)
- use get_subscription_count()

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>

* change comparison operator

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>

---------

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>
2023-01-30 18:36:12 -08:00
Daisuke Sato
0c8e7dafce
Migrate extract_indices filter (#394)
* - migrate extract_indices filter
- add test to check if filter node/component output result

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>

* add test_depend to package.xml

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>

* add launch_testing_ros as test_depend too

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>

* fixed test not to depend on ros2cli

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>

---------

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>
2023-01-27 15:50:45 -08:00
Daisuke Sato
387f5b158b
migrate abstract filter node (#388)
* migrate abstract filter node

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>

* remove use_frame_params from constructor and make a function for the logic

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>
2022-12-19 11:13:06 -08:00
Markus Vieth
3eecd4e37b
Add boost include, missing in upcoming PCL versions (ros2) (#374)
* Remove name of nonexistent PCL component (core)
Probably, common is meant, which is also requested

* Add boost include, missing in upcoming PCL versions
Was removed in pcl/conversion.h here: 292593abd3
2022-07-07 12:22:26 -07:00
Ivan Santiago Paunovic
27448f7575
Migrate pcd to pointcloud tool (#359)
* Migrate pcl_ros pcd_to_pointcloud tool

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

* Remove log used for debugging

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

* Undo unnecessary changes

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

* Remove commented out code

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

* Address peer review comments

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

* rename node

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
2022-04-04 12:54:29 -07:00
Shane Loretz
8093d5b35d
Install headers to include/${PROJECT_NAME} (#354)
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
2022-02-03 10:11:55 -08:00
Steve Macenski
051c6df956
adding -fPIC compiler flag per warning suggestion (#335) 2021-07-01 16:54:20 -07:00
Steve Macenski
5d63abd06e
Revert "shared library bug fix (#331)" (#334)
This reverts commit 35a9f258487585e7a10e1d30a4d72f4b2f9bd16e.
2021-07-01 16:20:31 -07:00
Patrick Musau
35a9f25848
shared library bug fix (#331)
Signed-off-by: Patrick Musau <pmusau13ster@gmail.com>
2021-06-28 09:37:50 -07:00
Steve Macenski
4156c71c02
replace ament_cmake_ros with ament_cmake to build in build farm (#326) 2021-05-20 15:57:37 -07:00
Sean Kelly
d7a79b927f
Port transforms library to ROS2 (#301)
* Port transforms library to ROS2

- Port the transforms library to ROS2
- Update CMakeLists
- Update package.xml
- Enable the package

Signed-off-by: Sean Kelly <sean@seankelly.dev>

* Feedback from PR
2020-08-12 12:12:51 -07:00
Jiri Horner
f8fee6128a pcl_ros: fix exported includes in Ubuntu Artful
pcl_ros needs the same fix as pcl_conversions
2018-05-20 04:12:55 +09:00
Kentaro Wada
3e97d7ce9c Fix the use of Eigen3 in cmake
(cherry picked from commit 27c02d1f49468f450c4f91992ddaf5f3e8698b56)
2018-05-02 11:09:44 +09:00
Kentaro Wada
118784a4dd Add message_filters to find_package
```
% catkin lint .
pcl_ros: error: nodelet plugin file 'plugins/nodelet/libpcl_ros_features.xml' is not installed to ${CATKIN_PACKAGE_SHARE_DESTINATION}
pcl_ros: error: nodelet plugin file 'plugins/nodelet/libpcl_ros_filters.xml' is not installed to ${CATKIN_PACKAGE_SHARE_DESTINATION}
pcl_ros: error: nodelet plugin file 'plugins/nodelet/libpcl_ros_io.xml' is not installed to ${CATKIN_PACKAGE_SHARE_DESTINATION}
pcl_ros: error: nodelet plugin file 'plugins/nodelet/libpcl_ros_segmentation.xml' is not installed to ${CATKIN_PACKAGE_SHARE_DESTINATION}
pcl_ros: error: nodelet plugin file 'plugins/nodelet/libpcl_ros_surface.xml' is not installed to ${CATKIN_PACKAGE_SHARE_DESTINATION}
pcl_ros: error: unconfigured build_depend on 'message_filters'
catkin_lint: checked 1 packages and found 6 problems
catkin_lint: 40 notices have been ignored. Use -W2 to see them
```
2018-04-30 11:44:37 -04:00
Kentaro Wada
853a8f9164 Remove unnecessary dependency on genmsg 2018-04-30 11:44:37 -04:00
Mikael Arguedas
1d1f9c2b77 remove hack now that upstream pcl has been rebuilt 2018-04-30 11:44:37 -04:00
Kentaro Wada
bb2fa3f936 Add sample & test for surface/convex_hull 2018-04-30 11:44:37 -04:00
Kentaro Wada
f16207321b Add sample & test for segmentation/extract_clusters.cpp 2018-04-30 11:44:37 -04:00
Kentaro Wada
3e5c704046 Add sample & test for features/normal_3d.cpp 2018-04-30 11:44:37 -04:00
Kentaro Wada
34c4131455 Add missing COMPONENTS of PCL 2018-04-30 11:44:37 -04:00
Kentaro Wada
c370da8a48 Inherit NodeletLazy for pipeline with less cpu load 2018-04-30 11:44:37 -04:00
Kentaro Wada
a1f56af638 Install samples 2018-04-30 11:44:37 -04:00
Kentaro Wada
443981ed88 Add sample and test for pcl/StatisticalOutlierRemoval
Conflicts:
	pcl_ros/CMakeLists.txt
2018-04-30 11:44:37 -04:00
Kentaro Wada
b187fcb854 Add sample and test for pcl/VoxelGrid
Conflicts:
	pcl_ros/CMakeLists.txt
2018-04-30 11:44:37 -04:00
Mikael Arguedas
259cde8833 no need to remove duplicates 2018-04-30 11:44:37 -04:00
Mikael Arguedas
20db374c26 spourious line change 2018-04-30 11:44:37 -04:00
Mikael Arguedas
157874336c exclude PCL IO libraries exporting Qt flag 2018-04-30 11:44:37 -04:00
Mikael Arguedas
5a8d278fb9 find only PCL components used instead of all PCL 2018-04-30 11:44:37 -04:00
Kentaro Wada
bc99f755bf Remove dependency on vtk/libproj-dev (#145)
* Remove dependency on vtk/libproj-dev

These dependencies were introduced in #124 to temporarily fix
missing / wrong dependencies in upstream vtk. This hack is no longer
necessary, since fixed vtk packages have been uploaded to
packages.ros.org (see #124 and ros-infrastructure/reprepro-updater#32).

* Remove vtk hack from CMakeLists.txt
2018-04-30 11:44:37 -04:00
Kentaro Wada
cddbb655bc Find Qt5Widgets to fix -lQt5::Widgets error 2018-04-30 11:44:37 -04:00
Kentaro Wada
28711dd491 Fix lib name duplication error 2018-04-30 11:44:37 -04:00
Kentaro Wada
a00763f038 Detect automatically the version of PCL 2018-04-30 11:44:37 -04:00
Kentaro Wada
64996ea8d8 Install xml files declaring nodelets
f81cded18b (commitcomment-21871201)

@scottnothing Thanks!
2018-04-30 11:44:37 -04:00
Paul Bovbel
d273c545a7 Add tf2_eigen dependency 2018-04-30 11:44:37 -04:00
Jackie Kay
7fd1bac676 manually remove dependency on vtkproj from PCL_LIBRARIES 2018-04-30 11:44:37 -04:00
v4hn
c40e5afdbd cleanup broken library links
All removed library names are included in ${PCL_LIBRARIES}.
However, the plain library names broke catkin's overlay mechanism:
Where ${PCL_LIBRARIES} could point to a local installation of the PCL,
e.g. pcd_ros_segmentation might still link to the system-wide installed version
of pcl_segmentation.
2018-04-30 11:44:37 -04:00
Lucid One
8ffb7a3189 Fixed test for jade-devel. Progress on #92 2018-04-30 11:44:37 -04:00
Brice Rebsamen
76f900c0ca commented out test_tf_message_filter_pcl
Until ros/geometry#80 has been merged the test will fail.
2018-04-30 11:44:37 -04:00
Brice Rebsamen
5f276e80b8 Adds a test for tf message filters with pcl pointclouds 2018-04-30 11:44:37 -04:00
Lucid One
afeb804f30 Sync pcl_nodelets.xml from hydro to indigo
Fixes to pass catkin lint -W1
2018-04-30 11:44:37 -04:00
Lucid One
d245f70f4f Fixes #87 for Indigo 2018-04-30 11:44:37 -04:00
Lucid One
0a958f55ce Fixes #77 and #80 for indigo 2018-04-30 11:44:37 -04:00
Paul Bovbel
08e83a67bf merge pull request #60 2018-04-30 11:44:37 -04:00
Steven Peters
1e6d600c09 Use cmake_modules to help find eigen on indigo 2018-04-30 11:44:37 -04:00
Tully Foote
5b38aab37e adding more uncaught config dependencies 2018-04-30 11:44:37 -04:00
Tully Foote
9edc4154b6 adding FeatureConfig dependency too 2018-04-30 11:44:37 -04:00
Dirk Thomas
a68cc1f7b3 add excplicit dependency on gencfg target 2018-04-30 11:44:37 -04:00
Dirk Thomas
b2b6eba0fc fix missing run_depend and wrong CATKIN_DEPENDS 2018-04-30 11:44:37 -04:00
William Woodall
b6315543bb Fixed missing package exports
also other general CMakeLists.txt cleanup
2018-04-30 11:44:37 -04:00