add offset for gsnet-generated grasp poses
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
bt_sim:
|
||||
gui: True
|
||||
gripper_force: 100
|
||||
scene: random
|
||||
# scene: random
|
||||
# scene: manual
|
||||
# scene: $(find active_grasp)/cfg/sim/challenging_scene_4.yaml
|
||||
scene: $(find active_grasp)/cfg/sim/challenging_scene_1.yaml
|
||||
|
||||
hw:
|
||||
roi_calib_file: $(find active_grasp)/cfg/hw/T_base_tag.txt
|
||||
@@ -47,4 +47,5 @@ ap_grasp:
|
||||
crop_radius_step: 0.05
|
||||
crop_max_radius: 0.5
|
||||
num_knn_neighbours: 5
|
||||
gsnet_grasp_offset: [[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, -0.01], [0, 0, 0, 1]]
|
||||
|
||||
|
Reference in New Issue
Block a user