run_xinit.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 #from __future__ import with_statement, division
00004 #PKG = 'pr2_camera_self_filter'
00005 #import roslib; roslib.load_manifest(PKG)
00006 
00007 #import rospy
00008 import subprocess
00009 
00010 def run_xinit():
00011     subprocess.call(['sudo xinit'], shell=True)
00012 
00013 
00014 
00015 if __name__ == '__main__':
00016     run_xinit()


pr2_camera_self_filter
Author(s): Christian Bersch (Maintained by Benjamin Pitzer)
autogenerated on Mon Oct 6 2014 10:09:02