Add notebook to compute mean metrics
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<launch>
|
||||
<arg name="launch_rviz" default="true" />
|
||||
|
||||
<rosparam command="load" file="$(find active_grasp)/config/active_grasp.yaml" subst_value="true" />
|
||||
<rosparam command="load" file="$(find active_grasp)launch/active_grasp.yaml" subst_value="true" />
|
||||
|
||||
<param name="robot_description" command="$(find xacro)/xacro $(find active_grasp)/assets/urdfs/panda_arm_hand.urdf.xacro" />
|
||||
<node pkg="active_grasp" type="bt_sim_node.py" name="bt_sim" output="screen" />
|
||||
|
17
launch/active_grasp.yaml
Normal file
17
launch/active_grasp.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
bt_sim:
|
||||
gui: True
|
||||
seed: 12
|
||||
|
||||
active_grasp:
|
||||
frame_id: task
|
||||
length: 0.3
|
||||
base_frame_id: panda_link0
|
||||
ee_frame_id: panda_hand
|
||||
ee_grasp_offset: [0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.065]
|
||||
camera:
|
||||
frame_id: cam_optical_frame
|
||||
info_topic: /cam/depth/camera_info
|
||||
depth_topic: /cam/depth/image_raw
|
||||
vgn:
|
||||
model: $(find vgn)/assets/models/vgn_conv.pth
|
||||
finger_depth: 0.05
|
Reference in New Issue
Block a user