mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-04 13:25:13 +00:00
remove necessary node
This commit is contained in:
@@ -21,7 +21,6 @@ class MoveitInterface:
|
||||
def __init__(self, moveit_type, joint_poses, rotation=None, device_config=None):
|
||||
self.device_config = device_config
|
||||
self.rotation = rotation
|
||||
self.callback_group = ReentrantCallbackGroup()
|
||||
self.data_config = json.load(
|
||||
open(
|
||||
f"{Path(__file__).parent.parent.parent.absolute()}/device_mesh/devices/{moveit_type}/config/move_group.json",
|
||||
|
||||
Reference in New Issue
Block a user