You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the move_base package takes care of all controls. I simply send it a navigation goal and a map, and it drives to it.
The reason there are two is because when we had a lot of waypoints, the robot would slow down and stop at each waypoint before then grabbing the next goal and navigating there. This was very slow. As a quick fix (not an ideal fix), I started up two move_base nodes, sent them alternating goals and as soon as I got close to one goal, I'd switch to the next controller.
Hi I've seen your repository and I was wondering if you can share alittle details of the two controllers used in the repo?
The text was updated successfully, but these errors were encountered: