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

ros2 run pcl_ros bag_to_pcd: No executable found #463

Open
juliaivonne opened this issue Jul 30, 2024 · 1 comment
Open

ros2 run pcl_ros bag_to_pcd: No executable found #463

juliaivonne opened this issue Jul 30, 2024 · 1 comment

Comments

@juliaivonne
Copy link

juliaivonne commented Jul 30, 2024

I installed pcl_ros and uncommented the 2 lines in the CMake.txt-file:

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})

But when I am trying to run it with $ ros2 run pcl_ros bag_to_pcd <input_file.bag> <topic> <output_directory> I get "No executable found". Can anyone help me? I am using ROS2 Foxy on Ubuntu 20.04 and I am new to ROS in general.

@mvieth
Copy link
Contributor

mvieth commented Jul 31, 2024

I installed pcl_ros

Via apt or did you build and install from source? If it is the latter, which commands did you use?

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

2 participants