00001 #!/usr/bin/python 00002 00003 from ros_introspection.util import get_packages 00004 00005 for package in get_packages(): 00006 print(package)