mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
fix ip
This commit is contained in:
parent
801f90c606
commit
a9242701c5
2 changed files with 1 additions and 1 deletions
0
mycobot_pro/mycobot_600_moveit/scripts/path_planning_and_obstacle_avoidance_demo.py
Normal file → Executable file
0
mycobot_pro/mycobot_600_moveit/scripts/path_planning_and_obstacle_avoidance_demo.py
Normal file → Executable file
2
mycobot_pro/mycobot_600_moveit/scripts/sync_plan.py
Normal file → Executable file
2
mycobot_pro/mycobot_600_moveit/scripts/sync_plan.py
Normal file → Executable file
|
|
@ -273,7 +273,7 @@ def listener():
|
|||
global mc
|
||||
rospy.init_node("control_slider", anonymous=True)
|
||||
|
||||
ip = rospy.get_param("~ip", "192.168.1.159")
|
||||
ip = rospy.get_param("~ip", "192.168.10.66")
|
||||
print (ip)
|
||||
mc = ElephantRobot(ip, 5001)
|
||||
# START CLIENT,启动客户端
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue