ros2 / rosidl_typesupport_connext

rosidl typesupport for RTI's Connext DDS.
Apache License 2.0
1 stars 9 forks source link

Add case for 'x64Darwin17clang9.0' in Connext library path in find mo… #21

Closed jacobperron closed 5 years ago

jacobperron commented 5 years ago

…dule.

Resolves #20

jacobperron commented 5 years ago

Tested on two different machines with different installations of Connext (with different library paths "x64Darwin16clang8.0" and "x64Darwin17clang9.0").

source /Applications/rti_connext_dds-5.3.1/resource/scripts/rtisetenv_x64Darwin16clang8.0.bash
colcon build --packages-up-to rmw_connext_cpp

and

source /Applications/rti_connext_dds-5.3.1/resource/scripts/rtisetenv_x64Darwin17clang9.0.bash
colcon build --packages-up-to rmw_connext_cpp

work as expected.

kadlu commented 5 years ago

i get a strange error when i make colcon build --packages-up-to rmw_connext_cpp 'Package 'rmw_connext_cpp' specified with --packages-up-to was not found' The package is available in my ros2: '$ ros2 pkg list | grep rmw_connext_cpp rmw_connext_cpp'

somehow I am confused. what am I doing wrong :/

dirk-thomas commented 5 years ago

@kadlu please do not comment on tickets which are already closed for a while and unrelated to your problem. Ask your question on answers.ros.org instead.