Skip to main content

Questions tagged [pcl-ros]

1 vote
3 answers
986 views

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....
Dragon's user avatar
  • 51
1 vote
0 answers
609 views

I wanted to experiment with point cloud filters from pcl_ros in my ROS2 project. Hence, I have added pcl_ros as an ...
shri_ram's user avatar
0 votes
1 answer
155 views

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 ...
Joshua's user avatar
  • 103
0 votes
1 answer
367 views

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 ...
Ketan P's user avatar
  • 11
0 votes
1 answer
149 views

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 ...
user avatar
0 votes
1 answer
159 views

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::...
user avatar
0 votes
1 answer
90 views

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. ...
user avatar
0 votes
1 answer
40 views

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 ...
user avatar
0 votes
1 answer
71 views

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 ...
user avatar
0 votes
1 answer
43 views

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 ...
user avatar
0 votes
1 answer
152 views

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 ...
user avatar
0 votes
1 answer
34 views

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 ...
user avatar
0 votes
1 answer
127 views

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....
user avatar
0 votes
1 answer
12 views

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 ...
user avatar
0 votes
2 answers
23 views

I found this problem building the ros packages for my project. I am running ros-kinetic on Ubuntu 16.04: ...
user avatar

15 30 50 per page
1
2 3 4 5 6