Closed LuHaofan closed 8 months ago
Hello Haofan, Out of curiosity what network are you using to connect you computer to the Turtlebot 4? Are you using a mobile hotspot or do you have a dedicated router? I Are you using a 2.4 GHz network or 5 GHz network? I have seen instances of this error message in the past, and the matter was resolved by using a dedicated router using a 5 GHz network. If you are using a dedicated network, are there other devices on the network causing heavy network traffic? Looking forward to hearing from you soon.
Greetings,
Thank you for your response. I am using a dedicated router using a 5GHz WiFi network. There are only limited devices (~6 including the robot) registered on this router. The delay issue is less severe after I reboot my PC (reduce to about 1 min at the registering sensor step), but still much longer than when I was running SLAM under simple discovery mode.
Hope this information helps.
By the way, I am planning to purchase a replacement battery for my turtlebot. I wonder if I can charge it out of the robot using a separate charger. The reason is that my robot needs to execute tasks that take a long time. I want to charge one battery while the robot is executing the task and swap the battery when the robot is out of battery. I couldn't find any external charger for the battery only. Any advice would be appreciated.
Best, Haofan
On Fri, Jan 5, 2024 at 10:46 AM smatar22 @.***> wrote:
Hello Haofan, Out of curiosity what network are you using to connect you computer to the Turtlebot 4? Are you using a mobile hotspot or do you have a dedicated router? I Are you using a 2.4 GHz network or 5 GHz network? I have seen instances of this error message in the past, and the matter was resolved by using a dedicated router using a 5 GHz network. If you are using a dedicated network, are there other devices on the network causing heavy network traffic? Looking forward to hearing from you soon.
— Reply to this email directly, view it on GitHub https://github.com/turtlebot/turtlebot4/issues/334#issuecomment-1879114865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRYEWYWSMYRZNXDPEZPQE3YNBC7PAVCNFSM6AAAAABBMG4BJ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZZGEYTIOBWGU . You are receiving this because you authored the thread.Message ID: @.***>
Hello Haofan, Would it be possible to check the following:
With regards to the battery - I am not aware of any external charging options, but will verify this with the team and update you.
Looking forward to hearing from you soon. Best, Saif
Hi Saif,
Thank you for your reply. I confirmed that the firmware version is the latest. The issue somehow disappeared by itself. I have not been in the lab in the last few days. I will keep you updated.
Best, Haofan
On Wed, Jan 10, 2024 at 10:46 AM smatar22 @.***> wrote:
Hello Haofan, Would it be possible to check the following:
- Which version of the firmware is running on the Create3. For ROS Humble the latest firmware build is vH.2.3 and can be found here - https://iroboteducation.github.io/create3_docs/releases/overview/
- Would it be possible to share the logs generated by the Create3 from its webserver?
- Check the CPU usage on the Raspberry Pi by using HTOP. I want to ensure that the the CPU is not being overloaded with requests.
With regards to the battery - I am not aware of any external charging options, but will verify this with the team and update you.
Looking forward to hearing from you soon. Best, Saif
— Reply to this email directly, view it on GitHub https://github.com/turtlebot/turtlebot4/issues/334#issuecomment-1885425290, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRYEWY2AXRG2ESI7A6PBMLYN3OYNAVCNFSM6AAAAABBMG4BJ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBVGQZDKMRZGA . You are receiving this because you authored the thread.Message ID: @.***>
Hello Haofan, Glad to hear that the issue was resolved. Do reach out if you have any further updates. Best Regards, Saif
Hello Haofan, It has been some time since we last discussed this matter. I will go ahead and close this ticket. Should you encounter an issue feel free to open a new one on the Github issues page. Best Regards, Saif
Robot Model
Turtlebot4 Standard
ROS distro
Humble
Networking Configuration
Discovery Server
OS
Ubuntu 22.04
Built from source or installed?
Installed
Package version
turtlebot4_navigation
Type of issue
Navigation (SLAM, Nav2 etc.)
Expected behaviour
I recently change my networking setting from simple discovery to discovery server for faster communication. After I made the change, I noticed that SLAM stuck at
registering sensor
step for extremely long time (200 seconds), which didn't happen with the simple discovery configuration. Under the simple discovery setting, the slam runs smoothly after launch without any stuck. That's my expected behavior.Actual behaviour
After launch slam using the command:
The program stuck at the output line:
for more than 200 seconds. Then it continues to run as expected.
Error messages
To Reproduce
Monitor delay at the line
Other notes
No response