Hi,
I’m trying to load a custom robot into Omniverse and use RMPflow to move it to a target. I obtained the URDF for the manipulator from an online GitHub repository and made some modifications. After adjusting the gripper_center
coordinate frame in the URDF, I expect the manipulator’s gripper_center
to align with the target frame when reaching the target. However, the gripper_center
and target frames do not coincide as expected.
Here’s what I’ve used so far:
- URDF: Sourced from an online GitHub repository with slight modifications.
- RMPflow Config: Adapted from the
Cobotta_pro_900
robot’srobot_description.yaml
. - Robot Description: Generated using the Lula Robot Description and XRDF Editor tutorial.
I’m attaching the files I’m currently working with.
Could you help identify the cause of the mismatch between the frames?
Files.zip (7.1 KB)