-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法显示点云 #23
Comments
Hi @2805651606, it seems that you are trying to display data coming from the topic "octomap_point_cloud_centers" (aka sensor_msgs::msg::PointCloud2), as an occupancy grid. I don't think it's possible.
If it's still not working, please try to give me as much information as possible |
Can you tell me what the purpose of the node at the bottom-left is ? I suppose it's a visual slam node. But it has no name. Regarding on your MessageFilter issue, it seems that you don't have a full tf tree. A message filter is an object that filter every message consumed by a subscriber, by checking if a transform with appropriate timestamp between the message frame_id and a reference frame_id is available (in this case, the reference frame_id is "map" by default). So if you don't generate any tf between your pointcloud_msg frame_ids and a world frame, this won't work. To understand and generate a tf tree, see :
|
This problem does not concern the package octomap_server2 anymore. You may close this issue and open a new one on : |
都运行成功,也没有任何报错。但是就是无法显示点云
The text was updated successfully, but these errors were encountered: