mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
update 320 moveit sync_plan.py
This commit is contained in:
parent
b63b25e1b6
commit
aed4c6feac
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue