The joint gap btw ROS and Sim

Hi.

I am trying to control my IsaacSim manipulation (Doosan M1013) uisng ROS moveit.

I’ve got a problem with the gap between the joint values calculated from ROS moveit and them subscribed in IsaacSim.

In my case, the target position (x,y,z,rx,ry,rz,w) in Sim is published to ROS Moveit node, and Moveit calculate the interpolation joint anlges.

Then, the joint angles are published to Sim, and Sim_subscriber subscribes them as below omni graph. (Sim 2022.2.0 ver.)

I recognized that the published topic and received values are different, and these cause the gap the btw the target position and the real position for the end-effector.

How could I modify this problem ?

Thank you.

what happens if you only connect position or velocity command to the articulation controller? (as oppose to use both)?

Hi @swimpark , were you able to fix the issue?

@rthaker Sorry for the late reply.

I modified this issue by re-importing the URDF of robot arm (M1013) in Omniverse IsaacSim.

I didn’t know why the error occur, but I am just guessing the difference of “Effort” and “Scale” value in URDF.

Thank you.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.