Closed AnhHazz closed 1 year ago
I have exactly the same issue too.
ISSUE TEMPLATE ver. 0.4.0
Which TurtleBot3 platform do you use?
Which ROS is working with TurtleBot3?
Which SBC(Single Board Computer) is working on TurtleBot3?
Which OS you installed on SBC?
Which OS you installed on Remote PC?
Specify the software and firmware version(Can be found from Bringup messages)
Specify the commands or instructions to reproduce the issue.
Copy and Paste the error messages on terminal.
Please describe the issue in detail.
Could you try setting up the swap memory as shown below? I'd recommend to set at least 2GB.
$ sudo swapoff /swapfile
$ sudo fallocate -l 2G /swapfile
$ sudo chmod 600 /swapfile
$ sudo mkswap /swapfile
$ sudo swapon /swapfile
$ sudo nano /etc/fstab
in the fstab
file, append below line and reboot.
/swapfile swap swap defaults 0 0
I tried your recommendations and it just worked after applying these. Here are details of my experiences:
I'm expecting the ROS2 Humble
and Iron
RPi SBC miroSD image will be released in August through TurtleBot3 eManual.
The instruction and some examples in the eManual will also be updated soon.
Thank you.
Hello @ROBOTIS-Will , Any update when ROS2 Humble image will be available? I faced the same issue and we have like 10 tb3 so I am preferring to wait for the official image. Thanks!
In case if someone lands here, You can go to this gist comment and follow simple steps there.
ISSUE TEMPLATE ver. 0.4.0
Which TurtleBot3 platform do you use?
Which ROS is working with TurtleBot3?
Which SBC(Single Board Computer) is working on TurtleBot3?
Which OS you installed on SBC?
Which OS you installed on Remote PC?
Specify the software and firmware version(Can be found from Bringup messages)
Specify the commands or instructions to reproduce the issue.
colcon build --symlink-install --parallel-workers 1
, it run fine until compiling turtlebot3_nodeCopy and Paste the error messages on terminal.
INFO: task kworker/0:0:1149 blocked for more than 120 seconds. Tainted: G C E 5.15.0-1030-raspi # 32-Ubuntu
INFO: task kworker/0:0:1149 blocked for more than 241 seconds. Tainted: G C E 5.15.0-1030-raspi # 32-Ubunt ...
Please describe the issue in detail.
Then I hit Ctrl+C and the compilation resumed, skipping the compilation of turtlebot3_node.
I do not know if this is relevant but, when (or just before maybe) I pressed Ctrl+C, I also got the message
systemd[1]: snapd.service: Watchdog timout (limit 5 min)
From what I see from htop, one cc1plus process is taking 65.7% of the RAM. There are also several snapd processes that take some 1.6% of the RAM, some of them takes 20% of the CPU as well .