-
Notifications
You must be signed in to change notification settings - Fork 695
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
Perception Pipeline Tutorial: Octomap not loading #763
Comments
Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed. |
Changing the |
First of all, thank you for answering. Sadly i dont fully understand. So the mistake is that i use the base_link as a fixed frame? How do i publish a static transform describing the location of my camera? Is this explained somewhere in the tutorials? |
Description
Overview of your issue here.
Your environment
Steps to reproduce
Im trying to integrate an octomap into my moveit/rviz setup. For this im following this tutorial: https://ros-planning.github.io/moveit_tutorials/doc/perception_pipeline/perception_pipeline_tutorial.html
Now the Problem is:
If i start the demo from the tutorial with the pregiven rosbag that contains the octomap data:
Everything works fine. Here is a screenshot
Now im using an intel realsense Depth Camera D435i with ROS and want to use the pointcloud topic to create an octomap in moveit. This does not work. It already worked with other methods (open3d etc.) so i doubt its about the cameras pointcloud output. When i echo the pointcloud output it looks correct. The only difference to the pregiven rosbag i noticed was that the "isDense" Attribute was True. So i wrote a little script that sets it to false and republishes it.
Now when i do rostopic echo /camera/depth_registered/points", this is the output (which seems to be correct):
So i wrote it in my sensors_kinect_pointcloud.yaml:
As i already said this topic works with other methods like open3d. So im thinking im doing something wrong in move it.
I call move it with:
and then i start rviz with
Now as you can see in the screenshot, even if i choose the corrent topics which is /camera/depth_registered/points, no pointcloud shows up. I also dont understand the error that i get which is:
Why is no octomap showing up?
Thanks in advance for every help!
The text was updated successfully, but these errors were encountered: