Closed GreenKkaa closed 1 year ago
Sorry for late replay. Are you working on Ubuntu 20.04 or Ubuntu 22.04?
If you are working on Ubuntu 22,04 there is a option to run without discovery server. you can checkout jammy
branch and start editor with run_editor false
If you are working on Ubuntu 20.04, please execute cd turtlebot3-UE && source fastdds_setup.sh
then that terminal should become able to communicate with UE editor.
closed since no activity
Hi, I am following tutorial and on the step "Build and Run" I have error message:
Build and run (after I fill UE and exe paths):
my first lines of output:
It is suspicious because after - UE is opening uproject, all compiles and even runs. But does not send any ros2 messages I can see using
ros2 topic echo /scan
. But /scan topics is seen inros2 topic list
and I see some scan visualization in game view.please help me - I actually looking for ability to create functionality with the same idea - UE app listen some msg, visualize something and post another messages. But after running example - it is silent. Thanks =)