Skip to content

embeddedRTPS build issue #336

@Narukara

Description

@Narukara

embeddedRTPS failed to build in CI. This is because ament_cmake recently removed ament_cmake_target_dependencies. However, micro-ROS/embeddedRTPS, micro-ROS/rmw_embeddedrtps, and micro-ROS/rcl are still using it. The call in micro-ROS/rcl is wrapped with if(NOT RCL_MICROROS), so it doesn't trigger during the build.

An AI provided me with a very hacky (but working) workaround — adding ament_target_dependencies.cmake back into ament_cmake during the build... But I think it's better to update the three libraries mentioned above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions