diff --git a/examples/occupancy_map.py b/examples/occupancy_map.py index f34fb5e..3ab2795 100644 --- a/examples/occupancy_map.py +++ b/examples/occupancy_map.py @@ -66,7 +66,7 @@ class OccupancyMap: """ image: {image_filename} resolution: {resolution} -origin: {origin} +origin: [{origin[0]}, {origin[1]}, {origin[2]}] negate: {negate} occupied_thresh: {occupied_thresh} free_thresh: {free_thresh}