| Functions | |
| def | pointCallback | 
| def | timerCallback | 
| Variables | |
| latest_mouse_point = None | |
| tuple | lock = Lock() | 
| tuple | pub = rospy.Publisher("/Tablet/Command", Tablet) | 
| tuple | sub | 
| def rviz_mouse_point_to_tablet.pointCallback | ( | msg | ) | 
Definition at line 14 of file rviz_mouse_point_to_tablet.py.
| def rviz_mouse_point_to_tablet.timerCallback | ( | event | ) | 
Definition at line 19 of file rviz_mouse_point_to_tablet.py.
Definition at line 12 of file rviz_mouse_point_to_tablet.py.
| tuple rviz_mouse_point_to_tablet::lock = Lock() | 
Definition at line 11 of file rviz_mouse_point_to_tablet.py.
| tuple rviz_mouse_point_to_tablet::pub = rospy.Publisher("/Tablet/Command", Tablet) | 
Definition at line 41 of file rviz_mouse_point_to_tablet.py.
00001 rospy.Subscriber("/rviz/current_mouse_point", 00002 PointStamped, pointCallback)
Definition at line 42 of file rviz_mouse_point_to_tablet.py.