You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup the rmw_connextdds on windows (64bit) and during compilation of a CPP package it complains that it can't find the implementation
CMake Error at C:/bh_test/.pixi/env/Library/share/rmw_implementation_cmake/cmake/get_default_rmw_implementation.cmake:60 (message):
[4.454s] Could not find ROS middleware implementation 'rmw_connextdds'. Choose one
[4.454s] of the following: rmw_fastrtps_cpp, rmw_fastrtps_dynamic_cpp
I am using a conda pre-compiled rmw_connextdds version provided by robostack. I installed this using pixi tooling (https://prefix.dev/docs/pixi/overview)
Pixi will set up a virtual environment and automatically runs prescribed activation scripts. A minimal pixi.toml to set up the environment with connextdds.
I have asked on the gitter from robostack, but seems nobody there has experience with the connextdds.
robostack is just a set of precompiled binaries to work in a virtual environment. Pixi is just a tool to manage that virtual environment.
What could be the cause for the implementation not being found? Does c:\Program Files\rti_connext_dds-6.0.1\resource\scripts\rtisetenv_x64Win64VS2017.bat expect a system wide path and not limited to a virtual environment? Do certain ROS packages need to be rebuilt? is it sensitive to MSVC version?
All the environment variables set by rtisetenv_x64Win64VS2017.bat are set inside the virtual environment
I'm trying to setup the
rmw_connextdds
on windows (64bit) and during compilation of a CPP package it complains that it can't find the implementationCMake Error at C:/bh_test/.pixi/env/Library/share/rmw_implementation_cmake/cmake/get_default_rmw_implementation.cmake:60 (message): [4.454s] Could not find ROS middleware implementation 'rmw_connextdds'. Choose one [4.454s] of the following: rmw_fastrtps_cpp, rmw_fastrtps_dynamic_cpp
I am using a conda pre-compiled
rmw_connextdds
version provided by robostack. I installed this using pixi tooling (https://prefix.dev/docs/pixi/overview)Pixi will set up a virtual environment and automatically runs prescribed activation scripts. A minimal
pixi.toml
to set up the environment with connextdds.Where the
connextdds.bat
isThe text was updated successfully, but these errors were encountered: