Skip to content

CMake File / Launch File need to be paired #5

Description

@panyixiao

Hey, It seems that u have these lines in ur CMakeLists:
set_target_properties(swiftpro_write_node PROPERTIES OUTPUT_NAME write PREFIX "")
set_target_properties(swiftpro_moveit_node PROPERTIES OUTPUT_NAME moveit PREFIX "")
set_target_properties(swiftpro_rviz_node PROPERTIES OUTPUT_NAME rviz PREFIX "")
set_target_properties(swiftpro_read_node PROPERTIES OUTPUT_NAME read PREFIX "")
which renamed compiled library into write/moveit/rviz/read.
BUT! the launch file(display and control) is still looking for libraries with original name. So at least one of them need to be changed, launch file or CMakeLists

Best

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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