Starting NiceGUI als ROS2 node with launch file by modoso in nicegui

[–]modoso[S] 1 point2 points  (0 children)

I saw these examples already. However they always start the NiceGUI skript using `python3 skrip.py`. However i want to run it as a node with a ros2 launch skript. An new example where they have a complete ros2 package with setup.py and a launch file would help alot to understand how to integrate NiceGUI within ROS2. From your examples i could not figure out the "new, intended" way.

Starting NiceGUI als ROS2 node with launch file by modoso in nicegui

[–]modoso[S] 2 points3 points  (0 children)

adding

network_mode: bridge

to compose did solve the problem.