Skip to content

Commit

Permalink
update 320 moveit sync_plan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wangWking committed Dec 8, 2023
1 parent b63b25e commit aed4c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycobot_320/new_mycobot_320_pi_moveit/scripts/sync_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def callback(data):
for index, value in enumerate(data.position):
radians_to_angles = round(math.degrees(value), 2)
data_list.append(radians_to_angles)
rospy.loginfo(rospy.get_caller_id() + "%s", data)
rospy.loginfo(rospy.get_caller_id() + "%s", data_list)
# mc.send_radians(data_list, 80)
mc.send_angles(data_list, 60)

Expand Down

0 comments on commit aed4c6f

Please sign in to comment.