costmap does not subscribe /scan
hi, i have a litte problem, my costmap2d node does not subscribe my /scan topic which publishes sensor_msgs/LaserScan
Rosparam get /costmap_node/scan/: {clearing: true, data_type: LaserScan, expected_update_rate: 0.5, marking: true, max_obstacle_height: 0.4, min_obstacle_height: 0.08, observation_persistence: 0.0, topic: /scan}
In rxgraph i see that it does not subscribe my /scan topic, but my gmapping is unsing /scan and all works fine.
here is my costmap_common.yaml : costmap/transform_tolerance: 1.0 costmap/footprint: [[-0.3, -0.3], [-0.3, 0.3], [0.3, 0.3], [0.3, -0.3]] observation_sources: scan scan: {data_type: LaserScan, expected_update_rate: 0.5, topic: /scan, observation_persistence: 0.0, marking: true, clearing: true, max_obstacle_height: 0.4, min_obstacle_height: 0.08}
any ideas ?