nbv_sim/cfg/active_grasp.yaml

46 lines
1.1 KiB
YAML
Raw Normal View History

2021-07-09 15:53:34 +02:00
bt_sim:
2024-10-06 22:34:55 -05:00
gui: True
gripper_force: 10
2024-10-19 13:57:56 -05:00
# scene: random
2024-10-24 21:54:31 -05:00
scene: manual
# scene: $(find active_grasp)/cfg/sim/challenging_scene_2.yaml
2021-07-09 15:53:34 +02:00
2021-12-03 13:52:07 +01:00
hw:
roi_calib_file: $(find active_grasp)/cfg/hw/T_base_tag.txt
scene_file: $(find active_grasp)/cfg/hw/scene01.yaml
2021-09-03 22:39:17 +02:00
grasp_controller:
2021-05-05 11:18:43 +02:00
base_frame_id: panda_link0
2021-09-13 18:29:41 +02:00
ee_grasp_offset: [0.0, 0.0, -0.383, 0.924, 0.0, 0.0, 0.065] # offset to panda_link8
2024-10-13 05:34:35 -05:00
control_rate: 100
2021-09-04 15:50:29 +02:00
linear_vel: 0.05
2024-10-24 21:54:31 -05:00
move_to_target_threshold: 0.01 # meter
2021-05-26 14:46:12 +02:00
camera:
2021-09-11 20:49:55 +02:00
frame_id: camera_depth_optical_frame
info_topic: /camera/depth/camera_info
2021-09-11 21:02:14 +02:00
depth_topic: /camera/depth/image_rect_raw
seg_topic: /camera/segmentation/image_rect_raw
2021-09-11 20:49:55 +02:00
min_z_dist: 0.3
cartesian_velocity_controller:
topic: /cartesian_velocity_controller/set_command
2021-04-29 10:50:33 +02:00
vgn:
2021-07-06 14:00:04 +02:00
model: $(find vgn)/assets/models/vgn_conv.pth
2021-05-26 14:46:12 +02:00
finger_depth: 0.05
2021-09-11 20:49:55 +02:00
qual_threshold: 0.9
policy:
2024-10-13 05:34:35 -05:00
rate: 2
2021-11-12 15:08:34 +01:00
window_size: 12
nbv_grasp:
2021-11-12 15:08:34 +01:00
max_views: 80
2021-11-09 19:32:13 +01:00
min_gain: 10
2022-01-14 14:17:38 +01:00
downsample: 10 # 10/20 for sim/hw respectively
2024-10-12 21:23:56 -05:00
ap_grasp:
max_views: 80
ap_config_path: $(find active_grasp)/src/active_grasp/active_perception/configs/local_inference_config.yaml
2024-10-13 07:03:48 -05:00
max_inference_num: 50