Does this tool require a mesh to perform a reach analysis or will a point set work? #33
Replies: 3 comments 5 replies
-
|
The reach study nominally works with a point set provided as a point cloud file (.pcd). Some of the plugins accept a mesh file for the reach object to do collision checking, but it's not (or at least shouldn't be) required |
Beta Was this translation helpful? Give feedback.
-
|
Hello, we are in the same situation right now. Instead of using a mesh, I wish to use a predefined set of picking points located at a certain pose and orientation wrt. a robot's frame. My initial approach was developing a set of picking points externally with another script and pass it through. Any issues related to this approach (and ignoring parameters such as the collision_mesh_filename) @Levi-Armstrong? Did you solve this proposal? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
|
I recently stumbled on a similar problem and created a plugin that could read poses from a YAML file. For us, the main application was to directly evaluate the reachability of a toolpath generated using the noether package without converting to a .pcd first. The plugin assumes the z axis of the quaternions as the target normal vector. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions