Closed jacobperron closed 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.
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 :/
@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.
…dule.
Resolves #20