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:
committed by
Tristan Schnell
parent
6561cbe4c2
commit
30f398ada5
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user