mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
added module docstring and removed unneeded import
This commit is contained in:
committed by
Tristan Schnell
parent
6561cbe4c2
commit
30f398ada5
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
"""Small helper script to start the tool communication interface"""
|
||||||
|
|
||||||
import os
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import rospy
|
import rospy
|
||||||
|
|
||||||
@@ -18,7 +18,6 @@ def main():
|
|||||||
# 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.
|
||||||
local_device = rospy.get_param("~device_name")
|
local_device = rospy.get_param("~device_name")
|
||||||
|
|
||||||
|
|
||||||
rospy.loginfo("Remote device is available at '" + local_device + "'")
|
rospy.loginfo("Remote device is available at '" + local_device + "'")
|
||||||
|
|
||||||
cfg_params = ["pty"]
|
cfg_params = ["pty"]
|
||||||
|
|||||||
Reference in New Issue
Block a user