AS: pkg for cart info and joint angles control
This commit is contained in:
@@ -6,5 +6,4 @@ port = 8000
|
||||
client = SimpleUDPClient(ip, port)
|
||||
|
||||
# Send joint updates
|
||||
client.send_message("/joint/elbow_joint", 1.57)
|
||||
client.send_message("/joint/shoulder_pan_joint", 0.0)
|
||||
client.send_message("/joint_angles", [0.0, 0.0, 0.0, 0.0, 0.0, 0.0])
|
||||
|
||||
Reference in New Issue
Block a user