ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Same to me, I can't subscribe my /scan_Image topic. The .yaml file: "global_frame: /map width: 10 height: 10 plugins: - {name: obstacles, type: "costmap_2d::ObstacleLayer"} update_frequency: 1.0 publish_frequency: 1.0 always_send_full_costmap: true obstacles: observation_sources: base_scan z_resolution: 0.6 z_voxels: 2 publish_voxel_map: true base_scan: data_type: LaserScan topic: /scan_Image clearing: true marking: true max_obstacle_height: 2.0 obstacle_range: 6.0 raytrace_range: 8.0"
it doesn't work. The subscriptions of the node /costmap_node are listed below. Subscriptions: * /tf_static [tf2_msgs/TFMessage] * /clock [unknown type] * /tf [unknown type] I don't know how can I get it to work well.
2 | No.2 Revision |
Same to me, I can't subscribe my /scan_Image topic. The .yaml file: "global_frame: /map width: 10 height: 10 plugins: - {name: obstacles, type: "costmap_2d::ObstacleLayer"} update_frequency: 1.0 publish_frequency: 1.0 always_send_full_costmap: true obstacles: observation_sources: base_scan z_resolution: 0.6 z_voxels: 2 publish_voxel_map: true base_scan: data_type: LaserScan topic: /scan_Image clearing: true marking: true max_obstacle_height: 2.0 obstacle_range: 6.0 raytrace_range: 8.0"
it doesn't work. The subscriptions of the node /costmap_node are listed below. Subscriptions: * /tf_static [tf2_msgs/TFMessage] * /clock [unknown type] * /tf [unknown type] I don't know how can I get it to work well.
3 | No.3 Revision |
Same to me, I can't subscribe my /scan_Image topic. The .yaml file: "global_frame: /map width: 10 height: 10 plugins: - {name: obstacles, type: "costmap_2d::ObstacleLayer"} update_frequency: 1.0 publish_frequency: 1.0 always_send_full_costmap: true obstacles: observation_sources: base_scan z_resolution: 0.6 z_voxels: 2 publish_voxel_map: true base_scan: data_type: LaserScan topic: /scan_Image clearing: true marking: true max_obstacle_height: 2.0 obstacle_range: 6.0 raytrace_range: 8.0"
it doesn't work. The subscriptions of the node /costmap_node are listed below. Subscriptions: * /tf_static [tf2_msgs/TFMessage] * /clock [unknown type] * /tf [unknown type] I don't know how can I get it to work well.