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
Did you make a source <ros2-path>/setup.bash before trying to install the Agent?
It seems that CMake is not able to find FastRTPS neither FastCDR and that is because they are not in any path that CMake is searching for. Therefore I would try to source the ROS 2 installation or add -DCMAKE_PREFIX_PATH=<fast-path> flag to Agent build.
@Julibert, I have successfully built FastRTPS with my patches applied as a part of the ROS2 source build. So, it finds properly FastRTPS libs e.g. while building rmw etc. Why it should be different here. But let me check.
We need that Fast RTPS version because it has support for Requester and Replier entities, which are the entities Micro XRCE-DDS uses to handle services in micro-ROS. Is there any possibility to compile this particular version for the Agent?
Hello @Julibert,
I did this, but it does not help.
It still tries to build fastrtps.
I need a way to disable asio, tinyxml2, fastcdr and fastrts
The text was updated successfully, but these errors were encountered: