mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-04 21:35:09 +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):
|
def __init__(self, moveit_type, joint_poses, rotation=None, device_config=None):
|
||||||
self.device_config = device_config
|
self.device_config = device_config
|
||||||
self.rotation = rotation
|
self.rotation = rotation
|
||||||
self.callback_group = ReentrantCallbackGroup()
|
|
||||||
self.data_config = json.load(
|
self.data_config = json.load(
|
||||||
open(
|
open(
|
||||||
f"{Path(__file__).parent.parent.parent.absolute()}/device_mesh/devices/{moveit_type}/config/move_group.json",
|
f"{Path(__file__).parent.parent.parent.absolute()}/device_mesh/devices/{moveit_type}/config/move_group.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user