update mecharm_pi_moveit sync_plan.py port

This commit is contained in:
weijian 2023-02-06 10:13:19 +08:00
parent 54e922f783
commit eb99af9f29

View file

@ -25,8 +25,8 @@ def listener():
global mc
rospy.init_node("mypal_reciver", anonymous=True)
port = rospy.get_param("~port", "/dev/ttyUSB0")
baud = rospy.get_param("~baud", 115200)
port = rospy.get_param("~port", "/dev/ttyAMA0")
baud = rospy.get_param("~baud", 1000000)
print(port, baud)
mc = MyCobot(port, baud)