Skip to content

ros2 run pcl_ros bag_to_pcd: No executable found #463

@juliaivonne

Description

@juliaivonne

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions