-
Notifications
You must be signed in to change notification settings - Fork 46
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
urdf edges not filtered #29
Comments
Hey, that's hard to tell without further info. Do you have an image? I suspect something is not 100% calibrated to explain why the virtual view is not fitting the real view better, ooor maybe you're using the wrong urdf link when configuring the filter? |
You can deal with this problem by adding another filter type such as 'StatisticOutlierRemoval' or 'RadiusOutlierRemoval' after converting depth image to point clouds. |
Hi all, Sorry to jump into this conversation with an off-topic question but I cannot convert the output of this package in a PointCloud msg. Can anyone help me with this procedure? Thanks in advance |
Hi @lucarossini-iit. This place is supposed to be used to talk about issues related to the realtime_urd_filter package. I have a piece of launchfile that could be helpful for your problem: More information here: http://wiki.ros.org/depth_image_proc |
The above method can only solve the redundant point cloud of the manipulator in the static environment. The fundamental solution is to use the dilate operation of image morphology from OpenCV for the manipulator in the urdf_filter.cpp files,and I made it. |
I'm running on melodic with my robotic arm, the majority of the arm is filtered, but when converted to pointcloud, sliver remains. The sliver is a good 10% of the urdf so it's very noticeable.
Does this mean that there is some misalignment with the urdf? Or alternatively is there a way to inflate the mask a bit more to make up for this?
The text was updated successfully, but these errors were encountered: