-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TB4 cant avoid static and dynamic obstacles #190
Comments
I tried turtlebot4-ntpd-sync before the run |
@sashag1991 This behavior is already mentioned in (#167)(#141) and this behavior is due to the CPU of the create3 base maxing out(#147 ) (#176) and issue with the time sync Try running |
I already try turtlebot4-ntpd-sync from RPi4 and from Create 3 webserver. |
I use Discovery server with FastRTPS. |
@sashag1991 Discovery server is only available in FastRTPS. The CPU issue is being tracked here. |
Correct me if I'm wrong but in iRobotEducation/create3_docs#381. said: "The individual robots can run fine but as soon as two are on the same network they run into issues". |
@sashag1991 That will depend on what software you are running. In my experience, running the navigation stack can bring the Create 3 CPU to 100% which will cause issues such as the TF frames having old timestamps. |
roni-kreinin do you have any suggestions how do I can procced ? I need complete some tasks with the robot and I cant right now. |
roni-kreinin, Any update? |
@sashag1991 I would recommend updating your NTP config as mentioned in #216. Some users have reported that this improves their experience with mapping. There isn't yet a fix for the CPU usage issue. |
The NTP config and latest H2.2 DIDNT helped to solve my issue with avoid obstacles. Maybe I should change some parameter in nav2 config yaml ? I have no idea how to solve it and this ability is necessary for my activity. |
Any update/help ? |
@sashag1991 Can you please provide the create3 log after recreating this issue? and please clarify for me your exact setup. Are you still using Discovery Server (with Fast DDS) and operating a single robot? What firmware are you running on the create3? After doing that, can you please download and make copies of the nav2 configs. Then in your local copies, modify every occurence of
If this still doesn't work then please once again provide the create3 log from the attempt. |
Hi @hilary-luo, I changed the scan topic to /scan in localization.yaml and nav2.yaml, TB4 still not avoids obstacles. |
This issue is being closed due to inactivity. If you are still experiencing the issue, feel free to reopen this ticket when you are ready to continue the troubleshooting process. |
Please provide the following information:
Expected behaviour
Avoid static and dynamic obstacles without collision
Actual behaviour
When see a static or dynamic obstacle TB4 doesn't responds and keep moving towards the obstacle
To Reproduce
Other notes
Add anything else you thing is important.
The text was updated successfully, but these errors were encountered: