single-view initialized

This commit is contained in:
0nhc
2024-10-13 05:34:35 -05:00
parent 9b8dcac202
commit 2a5192e9db
7 changed files with 187 additions and 64 deletions

View File

@@ -6,6 +6,7 @@ import pandas as pd
from pathlib import Path
import rospy
from tqdm import tqdm
import torch
from active_grasp.controller import *
from active_grasp.policy import make, registry
@@ -14,6 +15,8 @@ from robot_helpers.ros import tf
def main():
torch.cuda.empty_cache()
rospy.init_node("grasp_controller")
tf.init()