This commit is contained in:
weijian 2023-06-14 16:34:51 +08:00
parent 3b386343c2
commit 7e295f76cc
3 changed files with 1 additions and 0 deletions

View file

@ -57,6 +57,7 @@ def talker():
# publish angles.发布角度
joint_state_send.header.stamp = rospy.Time.now()
joint_state_send.position = radians_list
pub.publish(joint_state_send)
rate.sleep()

0
myArm/myarm_moveit/scripts/sync_plan.py Normal file → Executable file
View file