mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
fix 280moveit parm (#60)
This commit is contained in:
parent
7f1fc6c1b4
commit
ccdfb623ea
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ def listener():
|
||||||
global mc
|
global mc
|
||||||
rospy.init_node("mycobot_reciver", anonymous=True)
|
rospy.init_node("mycobot_reciver", anonymous=True)
|
||||||
|
|
||||||
port = rospy.get_param("~port", "/dev/ttyTHS1")
|
port = rospy.get_param("~port", "/dev/ttyUSB0")
|
||||||
baud = rospy.get_param("~baud", 1000000)
|
baud = rospy.get_param("~baud", 1000000)
|
||||||
print(port, baud)
|
print(port, baud)
|
||||||
mc = MyCobot(port, baud)
|
mc = MyCobot(port, baud)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue