ros2 / rosidl_typesupport

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

make poco optional #8

Closed dirk-thomas closed 7 years ago

dirk-thomas commented 7 years ago

If Poco is not available the rosidl_typesupport_c|cpp libraries are being built without it. Downstream interface packages can then only be built if they select a single typesupport.

Only FastRTPS:

Only Connext:

Both:

See ros2/ros2#302

dirk-thomas commented 7 years ago

Ready for review.