Check kinematics of the top baselines

This commit is contained in:
Michel Breyer
2021-09-11 12:00:52 +02:00
parent 7e6eb53fa7
commit 0203f93d7e
4 changed files with 29 additions and 19 deletions

View File

@@ -8,10 +8,12 @@ from tqdm import tqdm
from active_grasp.controller import *
from active_grasp.policy import make, registry
from active_grasp.srv import Seed
from robot_helpers.ros import tf
def main():
rospy.init_node("grasp_controller")
tf.init()
parser = create_parser()
args = parser.parse_args()