AS: connection with Pd

This commit is contained in:
Alexander Schaefer
2025-04-07 19:20:31 +02:00
parent c95e0f4c0c
commit e00fa0a38a
30 changed files with 127 additions and 635 deletions

View File

@@ -38,7 +38,7 @@ def main():
if urdf_string:
# Save to a file
urdf_path = "/BA/robot.urdf"
urdf_path = "/BA/robot_ur5.urdf"
with open(urdf_path, "w") as file:
file.write(urdf_string)

View File

@@ -5,7 +5,6 @@ from rcl_interfaces.srv import GetParameters
import time
from cart_to_angles import ik_sol
import roboticstoolbox as rtb
import xacro
class ScaledJointTrajectoryPublisher(Node):
def __init__(self):