Can I use move_base for local navigation only?

asked 2023-05-06 03:11:31 -0500

djangbahevans gravatar image

I am new to ROS, but I am trying to build a lane tracking and centering robot that can also avoid obstacles in its path. I have been able to get the lane following part to work, but my collision avoidance code is too rigid, and does not play nice. Is it possible to use move_base to just avoid collision whenever I encounter one (probably using local navigation only)?

edit retag flag offensive close merge delete