AS: upload log recordings

This commit is contained in:
cha2080
2025-04-30 13:28:00 +02:00
parent ff3b2a03bf
commit cd1ae17d41
124 changed files with 150040 additions and 157 deletions

View File

@@ -8,7 +8,7 @@ def main():
osc_startup()
# Make client channels to send packets
osc_udp_client("172.18.0.3", 8000, "osc_client")
osc_udp_client("localhost", 8000, "osc_client")
# Example joint positions to send
joint_positions1 = [0.0,0.0, 0.0, 0.0, 0.0, 0.0]

View File

@@ -217,6 +217,7 @@ def main():
root = tree.getroot()
joint_names = [joint.get('name') for joint in root.findall('joint') if joint.get('type') == 'revolute' or joint.get('type') == 'continuous' or joint.get('type') == 'prismatic']
robot = rtb.ERobot.URDF(robot_urdf)
print(robot)
joint_velocity_limits = {}
# Iterate over all joints in the URDF