update to 0.6.2
This commit is contained in:
@@ -66,7 +66,7 @@ def test_franka_kinematics(cfg):
|
||||
1, -1
|
||||
)
|
||||
ee_quat = torch.as_tensor([0.0382, 0.9193, 0.3808, 0.0922], **vars(tensor_args)).view(1, -1)
|
||||
b_list = [1, 10, 100, 5000]
|
||||
b_list = [1, 10, 100, 5000][:1]
|
||||
for b in b_list:
|
||||
state = robot_model.get_state(q_test.repeat(b, 1).clone())
|
||||
pos_err = torch.linalg.norm(state.ee_position - ee_position)
|
||||
|
||||
Reference in New Issue
Block a user