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