mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
tcp_port should also be a private parameter
This commit is contained in:
@@ -12,7 +12,7 @@ def main():
|
|||||||
# IP address of the robot
|
# IP address of the robot
|
||||||
robot_ip = rospy.get_param("~robot_ip")
|
robot_ip = rospy.get_param("~robot_ip")
|
||||||
# Port on which the remote pc (robot) publishes the interface
|
# Port on which the remote pc (robot) publishes the interface
|
||||||
tcp_port = rospy.get_param("tcp_port", "54321")
|
tcp_port = rospy.get_param("~tcp_port", "54321")
|
||||||
|
|
||||||
# By default, socat will create a pty in /dev/pts/N with n being an increasing number.
|
# By default, socat will create a pty in /dev/pts/N with n being an increasing number.
|
||||||
# Additionally, a symlink at the given location will be created. Use an absolute path here.
|
# Additionally, a symlink at the given location will be created. Use an absolute path here.
|
||||||
|
|||||||
Reference in New Issue
Block a user