We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fa828 commit 2267f04Copy full SHA for 2267f04
1 file changed
spot_local_grid/spot_local_grid/local_grid_pub.py
@@ -50,7 +50,7 @@ def __init__(self):
50
51
# Create ROS2 publisher
52
self.get_logger().info("Creating OccupancyGrid publisher...")
53
- self.occupancy_grid_pub = self.create_publisher(OccupancyGrid, '/autogrammetry/object/local_grid', 10)
+ self.occupancy_grid_pub = self.create_publisher(OccupancyGrid, f'/spot/local_grid/{LOCAL_GRID_NAME}', 10)
54
self.get_logger().info("📢 OccupancyGrid publisher created successfully!")
55
56
# Indicate successful initialization
0 commit comments