1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 01:50:46 +02:00

added module docstring and removed unneeded import

This commit is contained in:
Felix Mauch
2019-06-13 16:05:40 +02:00
committed by Tristan Schnell
parent 6561cbe4c2
commit 30f398ada5

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python
"""Small helper script to start the tool communication interface"""
import os
import subprocess
import rospy
@@ -18,7 +18,6 @@ def main():
# Additionally, a symlink at the given location will be created. Use an absolute path here.
local_device = rospy.get_param("~device_name")
rospy.loginfo("Remote device is available at '" + local_device + "'")
cfg_params = ["pty"]