ros2 / rosidl_typesupport

Packages which provide the typesupport for ROS messages and services
Apache License 2.0
13 stars 34 forks source link

fix deps #3

Closed mikaelarguedas closed 7 years ago

mikaelarguedas commented 7 years ago

fixes #2 the circular build_export dependency (in rosidl_default_runtime and in rosidl_typesupport_cpp) prevents the sourcing order to be resolved. Removing the dependency on rosidl_default_runtime should fix the problem without impacting downstream packages. Given that there are no packages depending on rosidl_typesupport_cpp yet, not sure this is the proper fix, would need @dirk-thomas approval/insight on this.