Skip to content

Packages that are looking for "ROS_VERSION" fail #181

@rkent

Description

@rkent

Some packages use conditional values in package.cml, like:

<export>
    <!-- We need catkin installed during builds so debian/rules finds /opt/*/setup.bash -->
    <build_type condition="$ROS_VERSION == 1">catkin</build_type>
    <build_type condition="$ROS_VERSION == 2">cmake</build_type>
</export>

rosdoc2 is ROS 2 only, but these packages are not getting the correct build_type, so Doxygen is not running.

One example is mp2p_icp (though there are other reasons there why Doxygen is not running).

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