Noam-Dori / ros-integrate

Extends IntelliJ-Based IDEs with ROS specific development tools
Apache License 2.0
22 stars 3 forks source link

Add condition attribute to <build_type> in format 3. #37

Closed Noam-Dori closed 4 years ago

Noam-Dori commented 4 years ago

Feature: add conditon attribute to build_type

Background like dependencies, build_type also can be conditional (for example, catkin in ROS1, ament in ROS2). Thus, support for the conditional attribute should be added.

Details