Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No executables for "bag_to_pcd" #424

Open
zillur-av opened this issue Jul 6, 2023 · 2 comments
Open

No executables for "bag_to_pcd" #424

zillur-av opened this issue Jul 6, 2023 · 2 comments

Comments

@zillur-av
Copy link

I installed the package from source. I see it does not install the bag_to_pcd code.

trc@rahzar:~$ ros2 pkg executables pcl_ros
pcl_ros filter_crop_box_node
pcl_ros filter_extract_indices_node
pcl_ros filter_passthrough_node
pcl_ros filter_project_inliers_node
pcl_ros filter_radius_outlier_removal_node
pcl_ros filter_statistical_outlier_removal_node
pcl_ros filter_voxel_grid_node
pcl_ros pcd_to_pointcloud

How do I get that?
enviroment: ros2 humble with ubuntu 22.04

@felixf4xu
Copy link

because it's commented out https://github.com/ros-perception/perception_pcl/blob/ros2/pcl_ros/CMakeLists.txt#L168

#add_executable(bag_to_pcd tools/bag_to_pcd.cpp)
#target_link_libraries(bag_to_pcd pcl_ros_tf ${Boost_LIBRARIES} ${catkin_LIBRARIES} ${PCL_LIBRARIES})

@schreiterjp
Copy link

schreiterjp commented Sep 8, 2023

Hi, tried to get a executable for "convert_pointcloud_to_image".
Already commented in both lines as well as this Line 223 but there is no executable after running colcon build. Any suggestions?

Using Ubuntu 20.04 with ROS2 Humble

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants