Hi, I am planning to simulate the motion trajectory of UR5 robot with isaac sim. However, I am wondering how to simulate the command servoj (a command that can be executed on real ur5 robot, see the figure below)?I hope to send commands to the robots in isaac sim and they can move like real robots, just like using UR sim.
This “Lula Trajectory Generator” can generate trajectories based on c-space (“joint”) or task space (“cartesian”) path specifications as documented in the above link.
Behavior can be tuned by setting the velocity, acceleration and jerk limits for each joint. Velocity limits are set in URDF and acceleration/jerk are set in the robot description YAML file (Lula Robot Description Editor — isaacsim 2022.2.1 documentation).