Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues linking ROS2 rmw_fastrtps_cpp package after installing FastRTPS from source/binary #18

Closed
mlautman opened this issue Feb 26, 2019 · 2 comments
Labels
bug Something isn't working fix in progress

Comments

@mlautman
Copy link

This is copied from #17

Another issue:

  • Installing FastRTPS from source can cause your ROS installation to fail to link correctly. This will cause even ros2 run demo_nodes_cpp talker to fail with a linker error. I have found that I can resolve this issue on my machine if I remove the system install of FastRTPS with the exclusion of the fastrtpsgen executable and .jar files and re-installing ros-$ROS2_DISTRO-desktop

Example error:
ros2 run demo_nodes_cpp talker

failed to initialized rcl init options: failed to load shared library of rmw implementation. Exception: Cannot load library: /opt/ros/crystal/lib/librmw_fastrtps_cpp.so: undefined symbol: _ZTVN8eprosima8fastrtps27DataRepresentationQosPolicyE,
@mlautman mlautman changed the title Issues with Issues linking ROS2 rmw_fastrtps_cpp package after installing FastRTPS from source/binart Feb 26, 2019
@mlautman mlautman changed the title Issues linking ROS2 rmw_fastrtps_cpp package after installing FastRTPS from source/binart Issues linking ROS2 rmw_fastrtps_cpp package after installing FastRTPS from source/binary Feb 26, 2019
@TSC21 TSC21 added bug Something isn't working fix in progress labels Feb 26, 2019
@TSC21
Copy link
Member

TSC21 commented Feb 26, 2019

I will see if this can be solved by avoiding to actually install Fast-RTPS in the first place.

@TSC21
Copy link
Member

TSC21 commented Feb 11, 2020

This is not an issue that's reproducible. I have both Fast-RTPS installed from source and from ROS binaries and use it without any issues. Closing.

@TSC21 TSC21 closed this as completed Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix in progress
Projects
None yet
Development

No branches or pull requests

2 participants