When we plan the motion of a robot we may apply the trapezoidal decomposition of free space. While applying the trapezoidal decomposition we add nodes to both the centers of trapezoids and vertical walls.
When a robot wants to traverse between obstacles it avoids the obstacles by following the nodes added. The nodes create a graph which provides a smooth traverse between the obstacles (at least so we assume). In this case we assume that we are creating a graph using all nodes.
Is it possible to plan a graph with only using the center of trapezoid or the center nodes of vertical walls?
My idea is; it depends on the situation (the position of obstacles, the shape of the robot etc.) But I could not image such graph which could be changed to a new graph with only using the nodes on the vertical walls. If we design the example do we need to increase the number of edges?
I think it is not necessity to increase the number of edges to manage to use only vertical walls' nodes, but I could not figure out how it could be possible exactly.