Turtlebot 3 Navigation with Waypoints
I have Turtlebot 3 Waffle Pi, and I have grids in my environment. I want to move my robot to the grid by grid, and diagonal movements are not allowed. To solve the problem, I calculate the coordinates of the center points of each grid, and when I need to move the robot, I send it to these points by calling a new navigation package. I use TEB Local Planner as the local planner. Do you know a more convenient way to do this? In fact, I desire to give start and goal configurations with these configurations of waypoints, and planners do the rest.
I use ROS 1 - Kinetic Kame Turtlebot 3 Waffle Pi Ubuntu 16.04