Skip to content

embeddedRTPS build issue #336

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.

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