scan_angle.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 #
3 # License: BSD
4 # https://raw.github.com/yujinrobot/kobuki/hydro-devel/kobuki_testsuite/LICENSE
5 #
6 ##############################################################################
7 # Imports
8 ##############################################################################
9 
10 import roslib; roslib.load_manifest('kobuki_testsuite')
11 import rospy
12 from kobuki_testsuite import ScanToAngle
13 
14 ##############################################################################
15 # Main
16 ##############################################################################
17 
18 '''
19  Hold the kinect up in front of a wall. This will calculate the relative
20  heading angle it makes with the wall.
21 '''
22 if __name__ == '__main__':
23  rospy.init_node('scan_to_angle')
24  s = ScanToAngle('/scan', '/scan_angle')
25  rospy.spin()


kobuki_testsuite
Author(s): Jorge Santos Simon
autogenerated on Mon Jun 10 2019 13:45:22