Questions tagged [pcl-ros]
The pcl-ros tag has no summary.
81 questions
1 vote
3 answers
986 views
Alternative to tf2_sensor_msgs.do_transform_cloud in ROS 2[Humble] for Point Cloud Transformation?
I am relatively new to working with point cloud data in ROS 2, and I am currently facing an issue with transforming point cloud data. I have been trying to utilize the tf2_sensor_msgs....
1 vote
0 answers
609 views
Installing pcl_ros from binaries does not install executables in /opt/ros/lib
I wanted to experiment with point cloud filters from pcl_ros in my ROS2 project. Hence, I have added pcl_ros as an ...
0 votes
1 answer
155 views
Concatenate sensor_msgs::PointCloud2 without converting to PCL and back?
For example, there is this Merging 2 pcl from kinects Where the OP converts to/from PCL objects. Unless this kind of thing is a shallow copy, I have a hard time believing there isn't a concatenate for ...
0 votes
1 answer
367 views
Facing issues integrating PCL with ROS
I am trying to use PCL filters in my rosnode ,where I am trying to perform noise removal on the pointcloud,but while building the package. I am getting CMAKE errors ...
0 votes
1 answer
149 views
Filtering Pointcloud with min and max angles
I am working with a 3d lidar 360 degrees lidar. On the robot there are some other sensors and accessories. The sensor scans these objects as well and ros navigation stack treats these objects as an ...
0 votes
1 answer
159 views
Can't use 2D indexing with an unorganized point cloud
I'm using perception_pcl package to convert sensor_msgs::msg::PointCloud2 to pcl::PointXYZRGB and get the rgb or x,y,z data according to the raw and column value according to below code: pcl::...
0 votes
1 answer
90 views
How to integrate PCL library into an existing project?
Suppose I clone the hector_slam project in my catkin_ws: cd ~/catkin_ws/src/ && git clone https://github.com/tu-darmstadt-ros-pkg/hector_slam. ...
0 votes
1 answer
40 views
Newbie question on working with pcl_ros
I'm used to ROS/python, but due to performance requirements I'm writing a node in C++ for filtering pointcloud data. Specifically, I'm inputting a ...
0 votes
1 answer
71 views
Extract a Volume of points from a PointCloud2 message
Hi all, I'm trying to achieve something simple, yet I can't seem to find a way to do this. I have a PointCloud2 (as a .pcd file) and a bounding box defined in the same frame as the PointCloud2. I want ...
0 votes
1 answer
43 views
Segmentation fault (core dumped) with PCL 1.9
Hi, I have a problem using PCL 1.9.1 on ubuntu 18.04. The pcl::NormalDistributionTransform works good but a segmentation fault occurs with the pcl::NormalDistributionTransform when I call for the ...
0 votes
1 answer
152 views
ros rviz pointcloud point selection
Hi, This page on rviz display types http://wiki.ros.org/rviz/DisplayTypes/PointCloud on the ros website mentions a attribute that the pointcloud type is "selectable". I'm not sure what that ...
0 votes
1 answer
34 views
I am trying to convert .bagfile to .pcd in ros kinetic
I am trying to convert .bagfile to .pcd in ros kinetic using rosrun pcl_ros bag_to_pcd run1_2013-05-28-10-41-40_0.bag /velodyne_packets ./pointclouds but the pcd ...
0 votes
1 answer
127 views
pcl_ros::transformPointCloud shows Lookup would require extrapolation into the past
I was trying to transform point cloud from camera frame to base_link frame using pcl_ros::transformPointCloud. However, the TF always show the error of Lookup would require extrapolation into the past....
0 votes
1 answer
12 views
pcl_ros Difference of Normals segmentation?
Is Difference of Normals segmentation from the below PCL tutorial implemented in pcl_ros? PCL tutorial: http://pointclouds.org/documentation/tutorials/dron_segmentation.php Originally posted by ...
0 votes
2 answers
23 views
Ros-kinetic error: pcl_ros cannot find openmpi
I found this problem building the ros packages for my project. I am running ros-kinetic on Ubuntu 16.04: ...