sim control
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
runner:
|
||||
general:
|
||||
seed: 0
|
||||
@@ -11,4 +10,27 @@ runner:
|
||||
|
||||
simulation:
|
||||
robot:
|
||||
displaytable:
|
||||
urdf_path: "assets/franka_panda/panda.urdf"
|
||||
initial_position: [0, 0, 0] # 机械臂基座位置
|
||||
initial_orientation: [0, 0, 0] # 机械臂基座朝向(欧拉角)
|
||||
|
||||
turntable:
|
||||
radius: 0.3 # 转盘半径(米)
|
||||
height: 0.1 # 转盘高度
|
||||
center_position: [0.8, 0, 0.4]
|
||||
|
||||
target:
|
||||
obj_dir: /media/hofee/data/project/python/nbv_reconstruction/nbv_reconstruction/assets/object_meshes
|
||||
obj_name: "google_scan-box_0185"
|
||||
scale: 1.0 # 缩放系数
|
||||
mass: 0.1 # 质量(kg)
|
||||
rgba_color: [0.8, 0.8, 0.8, 1.0] # 目标物体颜色
|
||||
|
||||
camera:
|
||||
width: 640
|
||||
height: 480
|
||||
fov: 40
|
||||
near: 0.01
|
||||
far: 5.0
|
||||
|
||||
displaytable:
|
@@ -17,7 +17,7 @@ runner:
|
||||
plane_size: 10
|
||||
max_views: 512
|
||||
min_views: 128
|
||||
random_view_ratio: 0.02
|
||||
random_view_ratio: 0.002
|
||||
min_cam_table_included_degree: 20
|
||||
max_diag: 0.7
|
||||
min_diag: 0.01
|
||||
|
Reference in New Issue
Block a user