costmap formation for range sensor layer
Hi, I have two ultrasonic sensor in the front, In the global_costmap_params.yaml and local_costmap_params.yaml i have added the range sensor layer as shown below, i can see the ultrasonic sensor detects obstacles but there is no costmap formation.
plugins:
- {name: sonar_layer, type: "range_sensor_layer::RangeSensorLayer"}
sonar_layer:
topics: ["/front_left_sonar", "/front_right_sonar"]
no_readings_timeout: 1.0
clear_threshold: 0.2
mark_threshold: 0.8
Regards Ganesh
what do you mean by
I also have the same problem..the sonar sensor can detect the obstacles but there's no costmap inflation ... do you figure it out?