turtlebot / turtlebot4

Turtlebot4 common packages.
Apache License 2.0
99 stars 45 forks source link

TurtleBot Topics Still Interfering with Each Other After Namespacing #132

Closed BashByr closed 1 year ago

BashByr commented 1 year ago

Please provide the following information:

To enable namespacing, did I only have to do that in turtlebot4-setup on the RPI? I suspect something is left without a namespace and begins interfering whenever two robots are connected. As I mentioned, what usually happens is one connects, and the other displays a solid red light ring. I have had great difficulty shutting off a TurtleBot after the solid red light ring is displayed, as it no longer will respond to pressing and holding the power off button to shut it down. Also, since I’m assuming solid red means a wifi/communication issue, I am no longer able to ssh into the RPI to restart anything. When this happens, I typically just leave the robot undocked until it runs out of battery and shuts off. Is there a known way to shut off/reboot a TurtleBot in this state?

To Reproduce

  1. Have two namespaced TurtleBots and try to display each of their OAKD topics simultaneously.

Other notes Is there anything else I need to change in the bottom two screenshots?

Screenshot 2023-04-03 at 9 05 26 PM Screenshot 2023-04-04 at 11 24 20 AM

I tried looking at the “status” tab in turtlebot4-setup while SSH’d into the RPI to see why one tbot (tbot1) published its OAKD topics but the other (tbot2) did not:

Screenshot 2023-04-04 at 11 56 59 AM Screenshot 2023-04-04 at 11 54 04 AM

For some reason, tbot2 says “OAKD stopped” and “RPLIDAR stopped” despite restarting the turtlebot4 services. These issues completely resolve when only one TurtleBot is on at a time. Could this be a problem between Create3 and my router?

roni-kreinin commented 1 year ago

@BashByr The OAKD stopped and RPLIDAR stopped messages are from the power saving mode enabled here. This mode calls the rplidar and oakd stop services whenever the robot is docked, and starts them back up when the robot undocks. You are probably not seeing OAK-D data on docked robots because of this.

Regarding red lightring issues and the Create 3 being unresponsive, there are currently some performance issues with FastDDS on the Create 3 when not using the discovery server. The CPU hits 100% and the robot becomes unresponsive. iRobot is looking into it but for now I would recommend switching to CycloneDDS.

If your robot gets into an error state where it won't turn off, press and hold the power button for 20-30s. This will cause a hardware reset of the Create 3.

BashByr commented 1 year ago

Thank you. How do I switch to CycloneDDS? In the screenshot above from the Create3 webserver, the box for “Enable Fast DDS discovery server?” is already unchecked.

roni-kreinin commented 1 year ago

Use the turtlebot4-setup tool. In the Bash Setup menu you can choose your RMW_IMPLEMENTATION

BashByr commented 1 year ago

@roni-kreinin Since changing this, I’ve been unable to view any topics on my PC. I have updated my .bashrc to include the downloaded cyclones_pc.xml file as mentioned in the manual:

alias humble='source /opt/ros/humble/setup.bash && export ROS_DOMAIN_ID=0 && export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp’

export CYCLONEDDS_URI=~/cyclonedds_pc.xml

But that didn’t change much. However, when I ssh into the RPI, I can see all topics published normally:

/parameter_events
/rosout
/tbot1/battery_state
/tbot1/cmd_vel
/tbot1/color/preview/image
/tbot1/diagnostics
/tbot1/diagnostics_agg
/tbot1/diagnostics_toplevel_state
/tbot1/dock_status
/tbot1/function_calls
/tbot1/hazard_detection
/tbot1/hmi/buttons
/tbot1/hmi/display
/tbot1/hmi/display/message
/tbot1/hmi/led
/tbot1/imu
/tbot1/interface_buttons
/tbot1/ip
/tbot1/joint_states
/tbot1/joy
/tbot1/joy/set_feedback
/tbot1/mouse
/tbot1/oakd/rgb/preview/camera_info
/tbot1/oakd/rgb/preview/image_raw
/tbot1/oakd/rgb/preview/image_raw/compressed
/tbot1/oakd/rgb/preview/image_raw/compressedDepth
/tbot1/oakd/rgb/preview/image_raw/theora
/tbot1/robot_description
/tbot1/scan
/tbot1/stereo/depth
/tbot1/tf
/tbot1/tf_static
/tbot1/wheel_status

Having said that, the TurtleBot’s green LEDs for ‘Comm’ and ‘Batt’ always turn off when I switch to CycloneDDS, and it no longer responds to its controller even though it connects to it.

Seeing these problems, I tried switching back to FastDDS by removing the extra lines in my .bashrc file and reconfiguringturtlebot4-setup. When I do that, the ‘Comm’ and ‘Batt’ LEDs come back on and I am able to control the robot with its controller again. On the RPI, I can also see that its publishing topics. However, I’m still unable to see any topics published through my PC. I’m not sure what switching to CycloneDDS might have changed that isn’t being reversed when I return to FastDDS.

roni-kreinin commented 1 year ago

@BashByr Have you connected the Create 3 to Wi-Fi? This behaviour usually indicates that it is not connected or unable to communicate with other devices on the network.

Also, on your PC, try calling ros2 daemon stop; ros2 daemon start after running your humble alias. Then see if ros2 topic list shows the topics.

BashByr commented 1 year ago

@roni-kreinin I’ve switched to CycloneDDS and the LED/controller issue was fixed after reconnecting the Create3 to WiFi, thank you. However, I’m still unable to see any topics on my PC after restarting daemon. I’ve readded the two lines in my above reply back to my .bashrc file.

BashByr commented 1 year ago

Just an update, the Create3 LEDs for BATT and COMM went back off and I am facing the same issues as my original post. This time, I’ve ensured that the Create3 is connected to WiFi, as I can see its IP address on the webserver and have been able to ping it successfully. I have tried rebooting and restarting the application through the webserver, and have restarted the Turtlebot4 service on the RPi.

Create3 logs

Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 syslog.info syslogd started: BusyBox v1.30.1 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.100652] spi-nand spi0.1: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 3.101010] 1 fixed-partitions partitions found on MTD device spi0.1 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 3.101018] Creating 1 MTD partitions on "spi0.1": Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 3.101037] 0x000000000000-0x000008000000 : "ubi" Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.191093] libphy: Fixed MDIO Bus: probed Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.191260] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.191266] ehci-platform: EHCI generic platform driver Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.201581] phy phy-10120000.usbphy.0: remote usb device wakeup disabled Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.201593] phy phy-10120000.usbphy.0: UTMI 16bit 30MHz Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.201617] ehci-platform 101c0000.ehci: EHCI Host Controller Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.201672] ehci-platform 101c0000.ehci: new USB bus registered, assigned bus number 1 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.202355] ehci-platform 101c0000.ehci: irq 26, io mem 0x101c0000 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.223476] ehci-platform 101c0000.ehci: USB 2.0 started, EHCI 1.00 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.223716] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.223730] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.223742] usb usb1: Product: EHCI Host Controller Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.223753] usb usb1: Manufacturer: Linux 4.14.115-yocto-standard-custom ehci_hcd Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.223763] usb usb1: SerialNumber: 101c0000.ehci Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.224623] hub 1-0:1.0: USB hub found Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.224685] hub 1-0:1.0: 1 port detected Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.225419] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.225459] ohci-platform: OHCI generic platform driver Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.225738] ohci-platform 101c1000.ohci: Generic Platform OHCI controller Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.225772] ohci-platform 101c1000.ohci: new USB bus registered, assigned bus number 2 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.225866] ohci-platform 101c1000.ohci: irq 26, io mem 0x101c1000 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.297656] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.297677] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.297688] usb usb2: Product: Generic Platform OHCI controller Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.297698] usb usb2: Manufacturer: Linux 4.14.115-yocto-standard-custom ohci_hcd Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.297710] usb usb2: SerialNumber: 101c1000.ohci Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.298801] hub 2-0:1.0: USB hub found Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.298986] hub 2-0:1.0: 1 port detected Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.299840] usbcore: registered new interface driver cdc_acm Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.299849] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.300020] usbcore: registered new interface driver usbserial Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.300095] usbcore: registered new interface driver cp210x Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.300172] usbserial: USB Serial support registered for cp210x Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.300289] usbcore: registered new interface driver ftdi_sio Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.300349] usbserial: USB Serial support registered for FTDI USB Serial Device Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.303414] usbcore: registered new interface driver btusb Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.307832] NET: Registered protocol family 17 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.307909] 8021q: 802.1Q VLAN Support v1.8 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 3.313827] ubi0: default fastmap pool size: 50 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 3.313840] ubi0: default fastmap WL pool size: 25 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 3.313848] ubi0: attaching mtd5 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 3.593837] usb 1-1: new high-speed USB device number 2 using ehci-platform Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 4.568288] ubi0: scanning is finished Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 4.589629] ubi0: attached mtd5 (name "ubi", size 128 MiB) Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 4.589646] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 4.589656] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 4.589665] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 4.589674] ubi0: good PEBs: 1024, bad PEBs: 0, corrupted PEBs: 0 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 4.589684] ubi0: user volume: 7, internal volumes: 1, max. volumes count: 128 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 4.589697] ubi0: max/mean erase counter: 8/5, WL threshold: 4096, image sequence number: 1529457076 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 4.589706] ubi0: available PEBs: 23, total reserved PEBs: 1001, PEBs reserved for bad PEB handling: 20 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 4.591085] ubi0: background thread "ubi_bgt0d" started, PID 407 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.err kernel: [ 8.503802] usb 1-1: device descriptor read/64, error -71 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 8.827937] usb 1-1: New USB device found, idVendor=0525, idProduct=a4a2 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 8.827955] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 8.827964] usb 1-1: Product: RNDIS/Ethernet Gadget Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 8.827974] usb 1-1: Manufacturer: Linux 5.15.0-1026-raspi with fe980000.usb Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 12.631659] block ubiblock0_rootfs: created from ubi0:0(rootfs) Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 12.632282] ALSA device list: Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 12.632287] No soundcards found. Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 12.633729] Freeing unused kernel memory: 172K Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 12.633739] This architecture does not have kernel memory protection. Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.warn kernel: [ 13.013753] TSK Fingerprint:c2444ff57a6697b86733b6308f9dc502807c8cc81144768cfe43de93214790db Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.crit kernel: [ 13.033223] watchdog: watchdog0: watchdog did not stop! Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.warn kernel: [ 23.484647] Failed to extract RTCS key from UBI volume "crypto", trying "prev_crypto" Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.warn kernel: [ 23.675802] Failed to extract RTCS key from UBI volume "prev_crypto" cloud access inhibited Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.warn kernel: [ 23.695038] Disabling access to NOR flash Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 25.992509] usbcore: registered new interface driver asix Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 26.097718] cdc_ether 1-1:1.0 usb0: register 'cdc_ether' at usb-101c0000.ehci-1, CDC Ethernet Device, 4e:11:ad:59:92:fc Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 26.097927] usbcore: registered new interface driver cdc_ether Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 26.152176] usbcore: registered new interface driver cdc_ncm Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 26.281869] i2c /dev entries driver Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 26.364016] i2c-mt7621 10000900.i2c: clock 100KHz, re-start not support Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 26.530831] usbcore: registered new interface driver kaweth Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 26.640030] usbcore: registered new interface driver lan78xx Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 28.538386] mt_wifi: module license 'Proprietary' taints kernel. Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 28.538396] Disabling lock debugging due to kernel taint Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 28.585160] rt2880_module_init: Would have set dev_irq to 4 (RTMP_MAC_IRQ_NUM). Set to 6 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 28.593280] <-- RTMPAllocTxRxRingMemory, Status=0, ErrorValue=0x Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 28.594811] <-- RTMPAllocAdapterBlock, Status=0 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 28.603883] CFG80211_RegNotifier: SET REG DOMAIN to 00 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 28.603895] CFG80211DRV_RegNotify: pAd->cfg80211_ctrl.Cfg80211_Alpha2 '00' Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 28.603898] crda> interface is down! Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 28.760977] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 28.761107] usbcore: registered new interface driver pegasus Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 28.814075] usbcore: registered new interface driver plusb Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 28.905908] usbcore: registered new interface driver r8152 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 28.956888] usbcore: registered new interface driver rtl8150 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 29.080585] SCSI subsystem initialized Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 29.338440] ralink-i2s 10000a00.i2s: mclk 480KHz Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 29.430198] usbcore: registered new interface driver usb-storage Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 29.736423] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 836 Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 29.818932] UBIFS (ubi0:1): recovery needed Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 29.997540] UBIFS (ubi0:1): recovery completed Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 29.997665] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "persistent" Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 29.997681] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 29.997697] UBIFS (ubi0:1): FS size: 65900544 bytes (62 MiB, 519 LEBs), journal size 3301376 bytes (3 MiB, 26 LEBs) Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 29.997707] UBIFS (ubi0:1): reserved for root: 3112645 bytes (3039 KiB) Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 29.997724] UBIFS (ubi0:1): media format: w4/r0 (latest is w5/r0), UUID BA4F90D0-BDC8-4E01-8F26-330433769170, small LPT model Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 30.001100] UBIFS (ubi0:1): full atime support is enabled. Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.err kernel: [ 30.526560] overlayfs: workdir and upperdir must be separate subtrees Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.err kernel: [ 30.566888] overlayfs: workdir and upperdir must be separate subtrees Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.err kernel: [ 30.601327] overlayfs: workdir and upperdir must be separate subtrees Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.err kernel: [ 30.646151] overlayfs: workdir and upperdir must be separate subtrees Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 31.040015] block ubiblock0_crypto: created from ubi0:6(crypto) Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 31.967897] ip_tables: (C) 2000-2006 Netfilter Core Team Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 32.166776] nf_conntrack version 0.5.0 (1024 buckets, 4096 max) Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 32.701066] random: dd: uninitialized urandom read (512 bytes read) Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 33.697554] CFG80211_RegNotifier: SET REG DOMAIN to ET Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 33.697569] CFG80211DRV_RegNotify: pAd->cfg80211_ctrl.Cfg80211_Alpha2 'ET' Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 33.697572] crda> interface is down! Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 35.638573] AndesSendCmdMsg: Could not send in band command due to diable fRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 35.643753] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.datET Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 35.643763] --> Error opening /etc/wireless/mediatek/SingleSKU.datET - try /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 35.643790] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 35.643795] --> Error opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 35.873391] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.datET Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 35.873405] --> Error opening /etc/wireless/mediatek/SingleSKU.datET - try /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 35.873419] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 35.873424] --> Error opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 39.190082] wlan1: port 1(p2p0) entered blocking state Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 39.190097] wlan1: port 1(p2p0) entered disabled state Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 39.190413] device p2p0 entered promiscuous mode Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.err kernel: [ 39.346846] cdc_ether 1-1:1.0 usb0: kevent 12 may have been dropped Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 39.508589] random: dbus-uuidgen: uninitialized urandom read (12 bytes read) Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 39.508679] random: dbus-uuidgen: uninitialized urandom read (8 bytes read) Apr 6 20:00:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 39.702789] random: dbus-daemon: uninitialized urandom read (12 bytes read) Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 40.913301] urandom_read: 2 callbacks suppressed Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 40.913312] random: avahi-daemon: uninitialized urandom read (4 bytes read) Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 40.990709] random: avahi-daemon: uninitialized urandom read (4 bytes read) Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Found user 'avahi' (UID 997) and group 'avahi' (GID 997). Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Successfully dropped root privileges. Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: avahi-daemon 0.7 starting up. Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.warn avahi-daemon[1221]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Successfully called chroot(). Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Successfully dropped remaining capabilities. Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Loading service file /services/sftp-ssh.service. Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Loading service file /services/ssh.service. Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.warn avahi-daemon[1221]: socket() failed: Address family not supported by protocol Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice avahi-daemon[1221]: Failed to create IPv6 socket, proceeding in IPv4 only mode Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.warn avahi-daemon[1221]: socket() failed: Address family not supported by protocol Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Joining mDNS multicast group on interface usb0.IPv4 with address 192.168.186.2. Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: New relevant interface usb0.IPv4 for mDNS. Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Network interface enumeration completed. Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Registering new address record for 192.168.186.2 on usb0.IPv4. Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.crit kernel: [ 41.619739] watchdog: watchdog0: watchdog did not stop! Apr 6 20:00:08 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info bluetoothd[1203]: Bluetooth daemon 5.63 Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Server startup complete. Host name is iRobot-8748D7279D6349E98FCA76C83EF27D99.local. Local service cookie is 4138519838. Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.info kernel: [ 42.319381] asoc-simple-card sound@1: HiFi <-> 10000a00.i2s mapping ok Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 42.368105] random: bluetoothd: uninitialized urandom read (4 bytes read) Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info bluetoothd[1203]: Bluetooth management interface 1.14 initialized Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Interface usb0.IPv4 no longer relevant for mDNS. Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Leaving mDNS multicast group on interface usb0.IPv4 with address 192.168.186.2. Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Withdrawing address record for 192.168.186.2 on usb0. Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice CERTSETPARSER: Running certsparser.sh Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice CERTSETPARSER: RID:EXTRACT:Using provisioned path binary Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice CERTSETPARSER: Removing spurious certs link Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice CERTSETPARSER: Removing spurious keys link Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice CERTSETPARSER: Removing spurious robotid link Apr 6 20:00:09 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice CERTSETPARSER: Extracting robot certs Apr 6 20:00:10 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice CERTSETPARSER: Certificate extracted and created cert file Apr 6 20:00:10 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice CERTSETPARSER: Key extracted and created key file Apr 6 20:00:11 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice CERTSETPARSER: cert, key links created Apr 6 20:00:11 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice CERTSETPARSER: robotid link created Apr 6 20:00:11 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 44.303858] PeerAssocReqSanity - IE_EXT_CAPABILITY! Apr 6 20:00:11 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 44.473561] PeerBeaconAntDiversityTimeout: Timeout on 1 flip Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Joining mDNS multicast group on interface usb0.IPv4 with address 192.168.186.2. Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: New relevant interface usb0.IPv4 for mDNS. Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Registering new address record for 192.168.186.2 on usb0.IPv4. Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.err kernel: [ 44.834195] cdc_ether 1-1:1.0 usb0: kevent 12 may have been dropped Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ota-cleanup: No ota-cleanup tasks Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 45.289426] random: wpa_supplicant: uninitialized urandom read (31 bytes read) Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680811212: mosquitto version 1.4.11 (build date 2023-03-21 02:30:40+0000) starting Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680811212: Using default config. Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680811212: Opening ipv4 listen socket on port 1883. Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680811212: Opening ipv6 listen socket on port 1883. Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680811212: Warning: Address family not supported by protocol Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ntpd: ntpd: bad address '0.irobot.pool.ntp.org' Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: FASTRTPS_DEFAULT_PROFILES_FILE=/etc/fastrtps.xml Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: CYCLONEDDS_URI=/etc/cyclonedds-usb0.xml Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: ROS_DOMAIN_ID=0 Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: ROS_NAMESPACE=/tbot1 Apr 6 20:00:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: RMW_IMPLEMENTATION=rmw_cyclonedds_cpp Apr 6 20:00:13 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: FAST_DISCOVERY_ENABLED=false Apr 6 20:00:13 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: FAST_DISCOVERY_VALUE=192.168.186.3:11811 Apr 6 20:00:13 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice : [INFO] (src/main.c:237-) Station interface "wlan0" Apr 6 20:00:13 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice : [INFO] (src/main.c:246-) Access Point Interface "wlan1" Apr 6 20:00:13 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/main.c:294) sleeping for 5 secs Apr 6 20:00:13 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice tty-watchdog: No valid serial forwarding configuration. Apr 6 20:00:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ntpd: ntpd: bad address '1.irobot.pool.ntp.org' Apr 6 20:00:18 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: debug: mqtt_app_init Apr 6 20:00:18 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680811218: New connection from 127.0.0.1 on port 1883. Apr 6 20:00:18 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_regdom_utils.c:193) region IS ETSI Apr 6 20:00:18 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_regdom_utils.c:226) using (WO) reg domain Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: PRODUCT : create3 Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: SERIAL : e17628 Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: CLEAN MODE : normal Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: CONNS SVC MODE : normal Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: AP RADIO : wlan1/g/6/[SHORT-GI-20][GF]/Create-8748/US Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: AP IP ADDR : 192.168.10.1 Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: CL IP : dhcp/#/#/# Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: CL DNS : #/#/# Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: CL DHCPCD T/O : 3 Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: CL REG DOMAIN : WO Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: ETH0 IP : static/192.168.186.2 Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: USB0 IP : 192.168.186.2/192.168.187.2/192.168.186.3 Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: SYSTEM_ACCESS : locked Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: DEVELOPMENT MODE: disabled Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: RADIO_LIST : wlan0 wlan1 Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: HOSTNAME : iRobot-8748D7279D6349E98FCA76C83EF27D99 Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: ROBOT ID : 8748D7279D6349E98FCA76C83EF27D99 Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: BOOT COUNT : 68 Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: LANGUAGE PACK : unknown Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: EXTRA LANGUAGE : not_installed Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: cat: write error: Broken pipe Apr 6 20:00:19 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: Provisioning of iRobot-8748D7279D6349E98FCA76C83EF27D99 Complete Apr 6 20:00:20 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680811220: New client connected from 127.0.0.1 as network (c1, k60). Apr 6 20:00:20 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: debug: on_mqtt_app_connect Apr 6 20:00:20 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: subscribe to network/debug Apr 6 20:00:20 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: subscribe to creme/network/events Apr 6 20:00:20 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: subscribe to firr/network/# Apr 6 20:00:20 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: subscribe to network/debug Apr 6 20:00:20 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: src/mqtt_app.c@on_topic_subscribed-459 subscription message mid = 1 Apr 6 20:00:20 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: src/mqtt_app.c@on_topic_subscribed-459 subscription message mid = 2 Apr 6 20:00:20 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: src/mqtt_app.c@on_topic_subscribed-459 subscription message mid = 3 Apr 6 20:00:20 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: src/mqtt_app.c@on_topic_subscribed-459 subscription message mid = 4 Apr 6 20:00:20 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/mqtt_client.c:564) on_connect callback: connected to broker Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811221.471880091] [create-platform]: Initializing application! Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] audio: initializing Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] audio: set_volume: cannot find mixer elem Speaker Driver Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] audio_set_volume(100): => using source gain -8.000000dB Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_sensor_duration_us Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for packet_proto_read_interval Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811221.628445750] [create-platform]: Creating Create Platform nodes Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: >>> [rcutils|error_handling.c:108] rcutils_set_error_state() Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: This error state is being overwritten: Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: 'failed to resolve symbol 'rmw_notify_participant_dynamic_network_interface' in shared library '/usr/lib/librmw_cyclonedds_cpp.so', at /home/ubuntu/workspace/.conan_homes/mt7688/.conan/data/ros2-core/humble/brewst/st Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: with this new error message: Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: 'Expected lexeme type (19) not found, search ended at index 22, at /home/ubuntu/workspace/.conan_homes/mt7688/.conan/data/ros2-core/humble/brewst/stable/build/19aaec816732ed3004ff2819c471a50e5955a5bd/_ws/src/ros2/rcl Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: rcutils_reset_error() should be called after error handling to avoid this. Apr 6 20:00:21 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: <<< Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: 1680811222.052288 [0] create-pla: config: //CycloneDDS/Domain/General: 'NetworkInterfaceAddress': deprecated element (/etc/cyclonedds-usb0.xml line 4) Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_control.c:847) found wlan0 iface: HWaddr 50:14:79:44:BB:B3 Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: ifdown: interface wlan1 not configured Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_control.c:399) SoftAP is down Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_control.c:245) iface control: sudo network_device_interfaces_control.sh --interface=softap --action=del Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: We trust you have received the usual lecture from the local System Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: Administrator. It usually boils down to these three things: Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: #1) Respect the privacy of others. Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: #2) Think before you type. Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: #3) With great power comes great responsibility. Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ntpd: ntpd: bad address '2.irobot.pool.ntp.org' Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811222.804485326] [tbot1._internal.mobility]: Node created Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811222.805808226] [tbot1._internal.mobility]: Lifecycle callback: on_configure Apr 6 20:00:22 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811222.807904098] [tbot1._internal.mobility]: waiting for config packet...../../modules/mobility-node/src/mobility-node.cpp:295 Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] Waiting for 'MSIprotoUpdate' task to resume Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSIprotoUpdate' task resuming Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSIprotoUpdate' task resumed Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] Waiting for 'MSIrobotRx' task to resume Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSIrobotRx' task resuming Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSIrobotRx' task resumed Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] Waiting for 'MSImobPinger' task to resume Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSImobPinger' task resuming Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSImobPinger' task resumed Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] Waiting for 'MSItimeSync' task to resume Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSItimeSync' task resuming Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSItimeSync' task resumed Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] proto event : PP_NOTIFY_SYNCED Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: proto event : PP_NOTIFY_SYNCED Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosMousePub_dur_us Apr 6 20:00:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_hzd_seq_num_latency_ms Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.003501] command (ed), ext_cmd_type (27), seq(13), timeout(3000ms) Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.003514] txq qlen = 0 Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.003519] rxq qlen = 0 Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.003522] kickq qlen = 0 Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.003526] ackq qlen = 1 Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.003531] tx_doneq.qlen = 0 Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.003535] rx_done qlen = 0 Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.003567] AndesSendCmdMsg: msg state = 8 Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.003571] msg->retransmit_times = 0 Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err udhcpc[1154]: sending discover Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err udhcpc[1154]: sendto: Network is down Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err udhcpc[1154]: received SIGTERM Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err udhcpc[1154]: entering released state Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ntpd: ntpd: bad address '3.irobot.pool.ntp.org' Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_state.c:277) setting ip config_str to sudo provision --clmode dhcp Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.638512] AndesSendCmdMsg: Could not send in band command due to diable fRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.643846] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.datET Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.643854] --> Error opening /etc/wireless/mediatek/SingleSKU.datET - try /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.643868] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:27 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.643873] --> Error opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.909138] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.datET Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.909152] --> Error opening /etc/wireless/mediatek/SingleSKU.datET - try /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.909168] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 60.909172] --> Error opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 61.047464] CFG80211_RegNotifier: SET REG DOMAIN to 00 Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 61.047479] CFG80211DRV_RegNotify: pAd->cfg80211_ctrl.Cfg80211_Alpha2 '00' Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 61.111764] CFG80211_RegNotifier: SET REG DOMAIN to ET Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 61.111779] CFG80211DRV_RegNotify: pAd->cfg80211_ctrl.Cfg80211_Alpha2 'ET' Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 61.111849] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.datET Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 61.111855] --> Error opening /etc/wireless/mediatek/SingleSKU.datET - try /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 61.111869] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 61.111874] --> Error opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: PRODUCT : create3 Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: SERIAL : e17628 Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: CLEAN MODE : normal Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: CONNS SVC MODE : normal Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: AP RADIO : wlan1/g/6/[SHORT-GI-20][GF]/Create-8748/US Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: AP IP ADDR : 192.168.10.1 Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: CL IP : dhcp/#/#/# Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: CL DNS : #/#/# Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: CL DHCPCD T/O : 3 Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: CL REG DOMAIN : WO Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: ETH0 IP : static/192.168.186.2 Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: USB0 IP : 192.168.186.2/192.168.187.2/192.168.186.3 Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: SYSTEM_ACCESS : locked Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: DEVELOPMENT MODE: disabled Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: RADIO_LIST : wlan0 wlan1 Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: HOSTNAME : iRobot-8748D7279D6349E98FCA76C83EF27D99 Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: ROBOT ID : 8748D7279D6349E98FCA76C83EF27D99 Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: BOOT COUNT : 68 Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: LANGUAGE PACK : unknown Apr 6 20:00:28 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: EXTRA LANGUAGE : not_installed Apr 6 20:00:29 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosKinemEngineTimer_dur_us Apr 6 20:00:29 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosKinemEngineTimer_int_ms Apr 6 20:00:29 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_kinem_engine_deadreck_int_ms Apr 6 20:00:29 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811229.754952340] [tbot1._internal.kinematics_engine]: Node created Apr 6 20:00:29 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: Provisioning of iRobot-8748D7279D6349E98FCA76C83EF27D99 Complete Apr 6 20:00:29 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_state.c:220) Setting addr type to 1 Apr 6 20:00:30 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: ifdown: interface wlan0 not configured Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: Successfully initialized wpa_supplicant Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 64.342890] AndesSendCmdMsg: Could not send in band command due to diable fRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 64.348090] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.datET Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 64.348099] --> Error opening /etc/wireless/mediatek/SingleSKU.datET - try /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 64.348113] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 64.348118] --> Error opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 64.521229] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.datET Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 64.521243] --> Error opening /etc/wireless/mediatek/SingleSKU.datET - try /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 64.521257] RtmpOSFileOpen(): Error 2 opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 64.521262] --> Error opening /etc/wireless/mediatek/SingleSKU.dat Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.warn : Libgcrypt warning: missing initialization - please fix the application Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: udhcpc: started, v1.30.1 Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err udhcpc[1859]: started, v1.30.1 Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: udhcpc: sending discover Apr 6 20:00:31 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err udhcpc[1859]: sending discover Apr 6 20:00:32 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err udhcpc[1859]: sending discover Apr 6 20:00:32 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: udhcpc: sending discover Apr 6 20:00:33 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err udhcpc[1859]: sending discover Apr 6 20:00:33 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: udhcpc: sending discover Apr 6 20:00:33 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ntpd: ntpd: bad address '3.irobot.pool.ntp.org' Apr 6 20:00:34 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 67.235221] CFG80211_RegNotifier: SET REG DOMAIN to 00 Apr 6 20:00:34 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 67.235279] CFG80211DRV_RegNotify: pAd->cfg80211_ctrl.Cfg80211_Alpha2 '00' Apr 6 20:00:34 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosHazardsTimer_dur_us Apr 6 20:00:34 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosHazardsTimer_int_ms Apr 6 20:00:34 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosActiveIrAccessoryPub_dur_us Apr 6 20:00:34 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosActiveHazardsPub_dur_us Apr 6 20:00:34 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: udhcpc: no lease, forking to background Apr 6 20:00:34 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err udhcpc[1859]: no lease, forking to background Apr 6 20:00:34 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811234.993544990] [tbot1._internal.composite_hazard]: Node created Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_control.c:463) WPA PSK network block generated Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_control.c:615) writing /etc/wpa_supplicant.conf file with network={ ssid=4C616E64696E6773205265736964656E74 psk=* priority=2 scan_ssid=1 } eapol_version=1 fast_reauth=1 ap_scan=1 filter_ssids=1 ctrl_ Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/monitor_main.c:398) wlan_monitor - Connection established. Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_control.c:1813) wlan monitor event - CTRL-EVENT-SCAN-STARTED Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: OK Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/main.c:398) Starting diagnostic webserver Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err network[1467]: [ERROR] (src/aos_kvs_helper.c:51 errno:No such file or directory) Failed to stat file robot.disc_reconnect_sleep_sec Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err network[1467]: [ERROR] (src/kvs_json.c:21 errno:No such file or directory) Failed to retrieve key "robot.disc_reconnect_sleep_sec" Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/device_pinger.c:122) using default bssid switch sleep 15 sec Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err network[1467]: [ERROR] (src/aos_kvs_helper.c:51 errno:No such file or directory) Failed to stat file network.watchdog_interval_min Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err network[1467]: [ERROR] (src/kvs_json.c:21 errno:No such file or directory) Failed to retrieve key "network.watchdog_interval_min" Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/gateway_pinger.c:89) wifi watchdog timer interval, 1440 minutes Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: We trust you have received the usual lecture from the local System Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: Administrator. It usually boils down to these three things: Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: #1) Respect the privacy of others. Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: #2) Think before you type. Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: #3) With great power comes great responsibility. Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err network[1467]: [ERROR] (src/aos_misc.c:86 errno:No such file or directory) MODULE : network_manager CMD (sudo network_dhcp_arp_control.sh disable) failed with status = 1, ret = 256 Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/main.c:408) Checking if /tmp/cleantrack_connected exists Apr 6 20:00:35 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/aos_misc.c:540) Read create3+H.1.1+daredevil-create3-releases+37 from stream Apr 6 20:00:37 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: Using port 80 for http server Apr 6 20:00:38 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_control.c:1813) wlan monitor event - CTRL-EVENT-SCAN-RESULTS Apr 6 20:00:38 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_control.c:1813) wlan monitor event - Trying to associate with **:**:**:**:**:** (SSID='*****************' freq=2412 MHz) Apr 6 20:00:38 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_control.c:1813) wlan monitor event - Associated with **:**:**:**:**:** Apr 6 20:00:38 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 70.886580] PeerAssocReqSanity - IE_EXT_CAPABILITY! Apr 6 20:00:38 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_state.c:579) sec type (WPA2-PSK ) Apr 6 20:00:38 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_control.c:1813) wlan monitor event - CTRL-EVENT-SUBNET-STATUS-UPDATE status=0 Apr 6 20:00:38 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_control.c:1813) wlan monitor event - WPA: Key negotiation completed with **:**:**:**:**:** [PTK=CCMP GTK=CCMP] Apr 6 20:00:38 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_control.c:1813) wlan monitor event - CTRL-EVENT-CONNECTED - Connection to **:**:**:**:**:** completed [id=0 id_str=] Apr 6 20:00:38 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ntpd: ntpd: bad address '2.irobot.pool.ntp.org' Apr 6 20:00:40 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.warn network[1467]: [WARN] (src/firr.c:535 errno:Resource temporarily unavailable) Timed out waiting for a response Apr 6 20:00:40 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err network[1467]: [ERROR] (src/mqtt_client.c:695 errno:Resource temporarily unavailable) firr_transfer failed Apr 6 20:00:40 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err network[1467]: [ERROR] (src/main.c:169 errno:Resource temporarily unavailable) Error publishing sta:0 FIRR request. Apr 6 20:00:40 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811240.261098777] [tbot1._internal.stasis]: Node created Apr 6 20:00:43 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ntpd: ntpd: bad address '1.irobot.pool.ntp.org' Apr 6 20:00:46 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811246.252465845] [tbot1.motion_control]: Setting safety override to "none" Apr 6 20:00:46 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811246.850504533] [tbot1.motion_control]: Enabling REFLEX_WHEEL_DROP Apr 6 20:00:46 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811246.853427657] [tbot1.motion_control]: Enabling REFLEX_CLIFF Apr 6 20:00:46 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811246.854697730] [tbot1.motion_control]: Enabling REFLEX_GYRO_CAL Apr 6 20:00:46 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811246.857107907] [tbot1.motion_control]: Enabling REFLEX_STUCK Apr 6 20:00:46 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811246.858965869] [tbot1.motion_control]: Enabling REFLEX_PANIC Apr 6 20:00:46 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811246.862023065] [tbot1.motion_control]: Enabling REFLEX_BUMP Apr 6 20:00:46 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811246.863844634] [tbot1.motion_control]: Disabling REFLEX_DOCK_AVOID Apr 6 20:00:46 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811246.867677959] [tbot1.motion_control]: Disabling REFLEX_VIRTUAL_WALL Apr 6 20:00:46 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680811246.871344571] [tbot1.motion_control]: Enabling REFLEX_PROXIMITY_SLOWDOWN Apr 6 20:00:46 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [WARN] [1680811246.949192519] [tbot1.motion_control]: Enabling reflexes Apr 6 20:00:48 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ntpd: ntpd: bad address '0.irobot.pool.ntp.org' Apr 6 20:00:48 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ntpd: ntpd: timed out waiting for 192.168.186.1, reach 0x00, next query in 2s Apr 7 03:51:44 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ntpd: ntpd: setting time to 2023-04-07 03:51:44.007419 (offset +28255.044870s) Apr 7 03:51:44 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ntpd: Time has been adjusted Apr 7 03:51:44 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839504.652708464] [tbot1.motion_control]: Node created Apr 7 03:51:49 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.notice kernel: [ 86.975592] random: crng init done Apr 7 03:51:49 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err udhcpc[1881]: sending discover Apr 7 03:51:49 iRobot-8748D7279D6349E98FCA76C83EF27D99 kern.warn kernel: [ 87.323549] MtAsicUpdateProtect: unknown protection mode(9) Apr 7 03:51:49 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839509.842308748] [tbot1.mobility_monitor]: Node created Apr 7 03:51:50 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/gateway_pinger.c:113) wifi is disconnected Apr 7 03:51:50 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err udhcpc[1881]: sending select for 172.16.6.221 Apr 7 03:51:50 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err udhcpc[1881]: lease of 172.16.6.221 obtained, lease time 86400 Apr 7 03:51:51 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680839511: New connection from 127.0.0.1 on port 1883. Apr 7 03:51:51 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680839511: New client connected from 127.0.0.1 as mosqpub/2034-iRobot-874 (c1, k60). Apr 7 03:51:51 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680839511: New connection from 127.0.0.1 on port 1883. Apr 7 03:51:51 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680839511: Client mosqpub/2034-iRobot-874 disconnected. Apr 7 03:51:51 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680839511: New client connected from 127.0.0.1 as mosqsub/2033-iRobot-874 (c1, k60). Apr 7 03:51:51 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: Restarting create-platform Apr 7 03:51:51 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Joining mDNS multicast group on interface wlan0.IPv4 with address 172.16.6.221. Apr 7 03:51:51 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: New relevant interface wlan0.IPv4 for mDNS. Apr 7 03:51:51 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.info avahi-daemon[1221]: Registering new address record for 172.16.6.221 on wlan0.IPv4. Apr 7 03:51:51 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: Server 'create-platform' was stopped gracefully. Apr 7 03:51:52 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: FASTRTPS_DEFAULT_PROFILES_FILE=/etc/fastrtps.xml Apr 7 03:51:52 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: CYCLONEDDS_URI=/etc/cyclonedds-usb0-wlan0.xml Apr 7 03:51:52 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: ROS_DOMAIN_ID=0 Apr 7 03:51:52 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: ROS_NAMESPACE=/tbot1 Apr 7 03:51:52 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: RMW_IMPLEMENTATION=rmw_cyclonedds_cpp Apr 7 03:51:52 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: FAST_DISCOVERY_ENABLED=false Apr 7 03:51:52 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680839512: Socket error on client mosqsub/2033-iRobot-874, disconnecting. Apr 7 03:51:52 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: FAST_DISCOVERY_VALUE=192.168.186.3:11811 Apr 7 03:51:52 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/aos_product_version_string.c:39) Parsed version string create3+H.1.1+daredevil-create3-releases+37 from popen command Apr 7 03:51:54 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/wifi_state.c:579) sec type (WPA2-PSK ) Apr 7 03:51:55 iRobot-8748D7279D6349E98FCA76C83EF27D99 cron.err crond[1092]: time disparity of 471 minutes detected Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.warn network[1467]: [WARN] (src/firr.c:535) Timed out waiting for a response Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err network[1467]: [ERROR] (src/mqtt_client.c:695) firr_transfer failed Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.err network[1467]: [ERROR] (src/discovery.c:407) falied to get cap from tsprime Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice network_manager: debug: discovery_init Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839516.674695527] [create-platform]: Initializing application! Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] audio: initializing Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] audio: set_volume: cannot find mixer elem Speaker Driver Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] audio_set_volume(100): => using source gain -8.000000dB Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_sensor_duration_us Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for packet_proto_read_interval Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839516.729918254] [create-platform]: Creating Create Platform nodes Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: >>> [rcutils|error_handling.c:108] rcutils_set_error_state() Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: This error state is being overwritten: Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: 'failed to resolve symbol 'rmw_notify_participant_dynamic_network_interface' in shared library '/usr/lib/librmw_cyclonedds_cpp.so', at /home/ubuntu/workspace/.conan_homes/mt7688/.conan/data/ros2-core/humble/brewst/st Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: with this new error message: Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: 'Expected lexeme type (19) not found, search ended at index 22, at /home/ubuntu/workspace/.conan_homes/mt7688/.conan/data/ros2-core/humble/brewst/stable/build/19aaec816732ed3004ff2819c471a50e5955a5bd/_ws/src/ros2/rcl Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: rcutils_reset_error() should be called after error handling to avoid this. Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: <<< Apr 7 03:51:56 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: 1680839516.843166 [0] create-pla: config: //CycloneDDS/Domain/General: 'NetworkInterfaceAddress': deprecated element (/etc/cyclonedds-usb0-wlan0.xml line 4) Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839517.129945224] [tbot1._internal.mobility]: Node created Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839517.131489774] [tbot1._internal.mobility]: Lifecycle callback: on_configure Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839517.133670125] [tbot1._internal.mobility]: waiting for config packet...../../modules/mobility-node/src/mobility-node.cpp:295 Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] Waiting for 'MSIprotoUpdate' task to resume Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSIprotoUpdate' task resuming Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSIprotoUpdate' task resumed Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] Waiting for 'MSIrobotRx' task to resume Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSIrobotRx' task resuming Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSIrobotRx' task resumed Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] Waiting for 'MSImobPinger' task to resume Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSImobPinger' task resuming Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSImobPinger' task resumed Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] Waiting for 'MSItimeSync' task to resume Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSItimeSync' task resuming Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] [TSSM] 'MSItimeSync' task resumed Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [DBG] proto event : PP_NOTIFY_SYNCED Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: proto event : PP_NOTIFY_SYNCED Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosMousePub_dur_us Apr 7 03:51:57 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_hzd_seq_num_latency_ms Apr 7 03:52:02 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice ntpd: ntpd: timed out waiting for 192.168.186.1, reach 0x00, next query in 33s Apr 7 03:52:02 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosKinemEngineTimer_dur_us Apr 7 03:52:02 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosKinemEngineTimer_int_ms Apr 7 03:52:02 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_kinem_engine_deadreck_int_ms Apr 7 03:52:02 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839522.560324048] [tbot1._internal.kinematics_engine]: Node created Apr 7 03:52:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosHazardsTimer_dur_us Apr 7 03:52:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosHazardsTimer_int_ms Apr 7 03:52:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosActiveIrAccessoryPub_dur_us Apr 7 03:52:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: VSTAT: No config for vstat_nav_rosActiveHazardsPub_dur_us Apr 7 03:52:07 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839527.611641616] [tbot1._internal.composite_hazard]: Node created Apr 7 03:52:10 iRobot-8748D7279D6349E98FCA76C83EF27D99 daemon.notice network[1467]: [INFO] (src/gateway_pinger.c:169) ready to ping using sudo arping -Iwlan0 -c1 172.16.6.193 -w 2 Apr 7 03:52:12 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839532.719437511] [tbot1._internal.stasis]: Node created Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680839537: New connection from 127.0.0.1 on port 1883. Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680839537: New client connected from 127.0.0.1 as mosqpub/2206-iRobot-874 (c1, k60). Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680839537: Client mosqpub/2206-iRobot-874 disconnected. Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839537.795865869] [tbot1.motion_control]: Setting safety override to "none" Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839537.806214074] [tbot1.motion_control]: Enabling REFLEX_WHEEL_DROP Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839537.807372422] [tbot1.motion_control]: Enabling REFLEX_CLIFF Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839537.808475830] [tbot1.motion_control]: Enabling REFLEX_GYRO_CAL Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839537.810289124] [tbot1.motion_control]: Enabling REFLEX_STUCK Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839537.811420641] [tbot1.motion_control]: Enabling REFLEX_PANIC Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839537.812531462] [tbot1.motion_control]: Enabling REFLEX_BUMP Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839537.813651309] [tbot1.motion_control]: Disabling REFLEX_DOCK_AVOID Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839537.815532815] [tbot1.motion_control]: Disabling REFLEX_VIRTUAL_WALL Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839537.817919343] [tbot1.motion_control]: Enabling REFLEX_PROXIMITY_SLOWDOWN Apr 7 03:52:17 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [WARN] [1680839537.820081611] [tbot1.motion_control]: Enabling reflexes Apr 7 03:52:18 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839538.394013486] [tbot1.motion_control]: Node created Apr 7 03:52:23 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839543.440341650] [tbot1.mobility_monitor]: Node created Apr 7 03:52:29 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839549.197715003] [tbot1.ui_mgr]: Node created Apr 7 03:52:29 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680839549: New connection from 127.0.0.1 on port 1883. Apr 7 03:52:29 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680839549: New client connected from 127.0.0.1 as mosqpub/2240-iRobot-874 (c1, k60). Apr 7 03:52:29 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice mosquitto: 1680839549: Client mosqpub/2240-iRobot-874 disconnected. Apr 7 03:52:34 iRobot-8748D7279D6349E98FCA76C83EF27D99 user.notice create-platform: [INFO] [1680839554.305129944] [tbot1.robot_state]: Node created

Turtlebot 4 status in Robot Upstart

turtlebot4.service - "bringup turtlebot4" Loaded: loaded (/lib/systemd/system/turtlebot4.service; enabled; vendor pr> Active: active (running) since Fri 2023-04-07 03:59:33 UTC; 33min ago Main PID: 1573 (turtlebot4-star) Tasks: 132 (limit: 4416) Memory: 288.8M CPU: 13min 9.926s CGroup: /system.slice/turtlebot4.service ├─1573 /bin/bash /usr/sbin/turtlebot4-start ├─1632 /usr/bin/python3 /opt/ros/humble/bin/ros2 launch /tmp/turtl> ├─1645 /opt/ros/humble/lib/turtlebot4_node/turtlebot4_node --ros-a> ├─1647 /opt/ros/humble/lib/turtlebot4_base/turtlebot4_base_node --> ├─1649 /opt/ros/humble/lib/joy_linux/joy_linux_node --ros-args -r > ├─1651 /opt/ros/humble/lib/teleop_twist_joy/teleop_node --ros-args> ├─1653 /opt/ros/humble/lib/rplidar_ros/rplidar_composition --ros-a> ├─1656 /opt/ros/humble/lib/rclcpp_components/component_container -> ├─1661 /opt/ros/humble/lib/robot_state_publisher/robot_state_publi> ├─1676 /opt/ros/humble/lib/tf2_ros/static_transform_publisher --x > ├─1695 /opt/ros/humble/lib/tf2_ros/static_transform_publisher --x > ├─1729 /opt/ros/humble/lib/diagnostic_aggregator/aggregator_node -> └─1738 /usr/bin/python3 /opt/ros/humble/lib/turtlebot4_diagnostics> Apr 07 03:59:44 ubuntu turtlebot4-start[1632]: [component_container-6] [INFO] [> Apr 07 03:59:44 ubuntu turtlebot4-start[1632]: [component_container-6] [INFO] [> Apr 07 03:59:44 ubuntu turtlebot4-start[1632]: [component_container-6] [INFO] [> lines 1-25

roni-kreinin commented 1 year ago

@BashByr Are you able to see all ros2 topics on the RPi still? Or are the Create 3 topics gone?

BashByr commented 1 year ago

Thanks for all the help. After a few weeks of troubleshooting, this has been resolved. Not sure what restrictions my apartment WiFi had, but after adding a WiFi mesh router that connected to my home wifi through ethernet and connecting to that, everything now works great.

y2d2 commented 1 year ago

Hello, I tried the same as described here however I am not as lucky as BashByr. Not sure if I can reopen the issue or have to start a new one?

However, using cycloneDDS did not change the behavior wrt to using fastDDS using simple discovery. When using 2 robots with their unique namespace few minutes (Even seconds ) after boot up multiple topics disappear most importantly the "/ns"/odom topic stops with its respective transformation. image

Alternative tries I have tried out a lot of different things however without avail.

I am a bit a the end of the things I can think of on how to get it working.

Additional information Create3 firmware: H2.2 ros version: humble installed: from repo

Also, I see this issue is from 4th of April, yet the online documentation is just showing that connecting multiple tbs is as easy as just changing the namespace... https://turtlebot.github.io/turtlebot4-user-manual/tutorials/multiple_robots.html which it definitely is not... at least changed the documentation to reflect the steps described here to change to simple discovery and use the cycloneDDS... which for me did not work.