Minor cleanup
This commit is contained in:
parent
5605e00a58
commit
d77173d200
@ -1,8 +1,7 @@
|
||||
bt_sim:
|
||||
gui: False
|
||||
cam_noise: False
|
||||
gripper_force: 10
|
||||
scene: random
|
||||
scene: mustard.yaml
|
||||
|
||||
hw:
|
||||
roi_calib_file: $(find active_grasp)/cfg/hw/T_base_tag.txt
|
||||
|
@ -4,4 +4,4 @@ objects:
|
||||
- object_id: ycb/006_mustard_bottle
|
||||
xyz: [0.0, 0.0, 0.0]
|
||||
rpy: [0, 0, -50]
|
||||
randomize: {rot: 45, pos: [0.02, 0.02, 0]}
|
||||
scale: 0.8
|
||||
|
@ -4,7 +4,6 @@ import numpy as np
|
||||
import rospy
|
||||
|
||||
from .policy import MultiViewPolicy
|
||||
|
||||
from .timer import Timer
|
||||
|
||||
|
||||
|
@ -4,14 +4,14 @@ from pathlib import Path
|
||||
import rospy
|
||||
from trac_ik_python.trac_ik import IK
|
||||
|
||||
|
||||
from .timer import Timer
|
||||
from .rviz import Visualizer
|
||||
from robot_helpers.ros import tf
|
||||
from robot_helpers.ros.conversions import *
|
||||
from vgn.detection import *
|
||||
from vgn.perception import UniformTSDFVolume
|
||||
|
||||
from .timer import Timer
|
||||
from .rviz import Visualizer
|
||||
|
||||
|
||||
def solve_ik(q0, pose, solver):
|
||||
x, y, z = pose.translation
|
||||
|
Loading…
x
Reference in New Issue
Block a user