AS: connection with Pd
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user