mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
update
This commit is contained in:
parent
3e0a31708c
commit
61b091a105
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ def callback(data):
|
|||
def listener():
|
||||
global mb
|
||||
rospy.init_node("mybuddy_reciver", anonymous=True)
|
||||
ip = rospy.get_param("~ip", "192.168.123.240")
|
||||
ip = rospy.get_param("~ip", "192.168.123.219")
|
||||
port = rospy.get_param("~port", 9000)
|
||||
print(ip, port)
|
||||
mb = MyBuddySocket(ip, port)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue