Hi everyone,
I’m working with the Waveshare JetBot ROS AI Kit, which supports multi-point navigation. By default, if the robot encounters an obstacle during navigation, it tries to find an alternate path automatically.
However, I would like to modify this behavior:
-
If the robot detects an obstacle using LiDAR, I want it to pause or stop at its current location instead of rerouting.
-
Once the obstacle is cleared, the robot should resume its navigation toward the goal.
Question 1:
What is the best way to implement this behavior in ROS1? Are there any recommended nodes or techniques for pausing/resuming navigation based on real-time obstacle detection?
Question 2:
I also have two JetBots, and I’d like them to share their maps with each other. What’s the recommended approach for multi-robot map sharing in ROS1?
Any tutorials, GitHub repositories, or documentation links would be greatly appreciated!
Thanks in advance!