remove kine parameters, like tool/work frames, from rm pkg to ctrl pkg

This commit is contained in:
LiuzhengSJ
2026-07-06 15:38:14 +01:00
parent e3ca28fb99
commit 97e3cc00d3
5 changed files with 157 additions and 65 deletions

View File

@ -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()