-
Notifications
You must be signed in to change notification settings - Fork 17
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
Symbol lookup error: /opt/ros/humble/lib/librmw_fastrtps_shared_cpp.so: undefined symbol: rmw_time_equal #92
Comments
I tried to change the branch to humble - but ran into following issue in that case: |
I'm 22.04, ROS2 Humble, running a precomiled linux UE5.3, turtlebot3-UE is jammy_UE5.3*, rclue is UE5.3, RapyutaSimulationPlugins is UE5.3.
*If I use any other branch of turtlebot3-UE, my editor segfaults before opening. |
Sorry for late response. |
No worries. Thank you for maintaining this as well as you do.
It's not being linked to my UnrealEditor during the build. I run I tried going into turtlebot3.Build.cs and adding these lines:
I used UnrealBuildTool to clean, ran your ./cleanup.sh, ran ./update_project_files.sh, ran ./make_editor.sh, ran ./run_editor.sh. No changes in the linking. Same errors. |
Hi @noahl1, |
@james-yoo this was it! I see it mentioned in line 64 of the readme to use So my current setup: |
Ubuntu 22.04.2 LTS
ROS2 Humble
UE 5.1
Git Branch: devel
UE crashed with the following error on hitting the play button in UE Editor after running
./run_editor.sh true $(pwd)
command:The text was updated successfully, but these errors were encountered: