rosparam: removed main entry point and load_manifest call
This commit is contained in:
parent
5982a1e795
commit
6c13b42cfc
|
@ -39,7 +39,6 @@ state of the ROS Parameter Server using YAML files.
|
|||
"""
|
||||
|
||||
NAME = 'rosparam'
|
||||
import roslib; roslib.load_manifest('rosparam')
|
||||
|
||||
## namespace key. Use of this in a YAML document specifies the
|
||||
## namespace of all the params. NOTE: phasing out most use of this
|
||||
|
@ -609,6 +608,3 @@ pattern = re.compile(r'^rad\([^\)]*\)$')
|
|||
yaml.add_implicit_resolver(u'!radians', pattern)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
yamlmain()
|
||||
|
||||
|
|
Loading…
Reference in New Issue