remove kine parameters, like tool/work frames, from rm pkg to ctrl pkg
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
from launch import LaunchDescription
|
||||
from launch_ros.actions import Node
|
||||
@ -23,6 +24,7 @@ def generate_launch_description():
|
||||
"urdf_rm75",
|
||||
"RM75.urdf"
|
||||
)
|
||||
meshes_dir = str(Path(urdf_file).parent)
|
||||
|
||||
with open(urdf_file, "r") as f:
|
||||
robot_description = f.read()
|
||||
|
||||
Reference in New Issue
Block a user