Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Segmentation Fault when used with realsense-ros eloquent branch #81

Open
joelbudu opened this issue Jan 25, 2021 · 3 comments
Open

Segmentation Fault when used with realsense-ros eloquent branch #81

joelbudu opened this issue Jan 25, 2021 · 3 comments

Comments

@joelbudu
Copy link

I am trying to use this library with the L515 LiDar camera from intel. Since the https://github.com/intel/ros2_intel_realsense repository doesn't have support for that camera I attempted to use the eloquent branch of https://github.com/IntelRealSense/realsense-ros.
This throws a Segmentation fault error when the /plan_grasps service is called and crashes the ROS package. I'm suspecting it may be due to a difference in the structure of PointCloud2 messages being delivered.

Please help

@sharronliu
Copy link
Contributor

@joelbudu , I would like to learn if grasp library is used for recognition picking in your scenario? In such a case, the object recognition result detected from RGB image is used and thus expecting organized 2D point cloud where depth image is aligned into color frame. While the ROS2 eloquent branch you're using seems provide 1D unordered point cloud. My suggestion is you raise the issue to the corresponding project.

@joelbudu
Copy link
Author

Thanks for your response - Yes, the grasp library is used for recognition picking in my scenario. I did raise an issue there but was directed to raise it in this project since it's directly connected.

Will it be possible to support the L515 LiDAR camera in the https://github.com/intel/ros2_intel_realsense repository? I believe that may be the best solution at this time.

@sharronliu
Copy link
Contributor

sharronliu commented Jan 28, 2021

Joel, realsense-ros is the tree for new feature development and maintenance. You may try to raise the question to that project.
For your ref, according to ROS2 interface, "Point clouds organized as 2d images may be produced by camera depth sensors".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants