Unexpected Moveit Speed Difference
Hi,
I am using a Moveit for motion planning with the Universal Robot 3 e-series. I noticed movements that send the joints to specific locations happen slower than movements that just request the tcp goes to a specific point. I define joint speeds in my moveit package (joint_limits.yaml) but not anywhere during runtime.
Why might the two different motion requests result in different joint speeds?
group = moveit_commander.MoveGroupCommander("arm")
group.set_joint_value_target(group_variable_values)
gorup.set_pose_target(pose_target, "grasp_point")