You would see this issue if you were running in the wifi configuration - an ESP32 on the robot talking to ROS nodes on the laptop over wifi. You would see the problem in the window which launched
ros2 launch linorobot2_bringup
bringup.launch.py micro_ros_transport:=udp4 micro_ros_port:=8888 lidar_transport:=udp_server lidar_server_port:=8889
After it printed the initial connection message with all the publishers, datawriters etc listed, you would occasionally see another stream of those messages saying publishers, datawriters etc deleted, then created again. It takes about a second for the deletions then recreations to happen, and in my experience this can recur anywhere between every few seconds and every 10 minutes.
Paul