def norm_one_distance()

in simulation_ws/src/simulation_app/scripts/file_uploader.py [0:0]


    def norm_one_distance(self, point_a, point_b):
        return (abs(point_a['x'] - point_b['x']) + abs(point_a['y'] - point_b['y']))