You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm implementing this package to my own robot and to-be-processed workpiece. Since the pose of my workpiece would be changed frequently, I set the collision_mesh_frame as well as points_frame for target_pose_generator as my workpiece link(object_link) in config file. However, the interactive markers based on point cloud still remain at the base frame of robot (link_0), they are not aligned with my mesh model which is located correctly for robot processing. Could you please tell me how to fix this? Thanks in advance!
Try using the TransformedPointCloudTargetPoseGenerator class instead. The poses for the reach study ultimately need to be defined relative to the base frame of the kinematic chain that you are using to solve IK, so this plugin will use TF to transform points defined in an arbitrary frame (object_link) to the defined kinematic base frame (link0). The PointCloudTargetPoseGenerator just assumes the point cloud file is already defined in the kinematic base frame.
Hi, I'm implementing this package to my own robot and to-be-processed workpiece. Since the pose of my workpiece would be changed frequently, I set the
collision_mesh_frame
as well aspoints_frame
fortarget_pose_generator
as my workpiece link(object_link
) in config file. However, the interactive markers based on point cloud still remain at the base frame of robot (link_0
), they are not aligned with my mesh model which is located correctly for robot processing. Could you please tell me how to fix this? Thanks in advance!Here is my config file:
Here is the visualization in Rviz:
The text was updated successfully, but these errors were encountered: