Go to the source code of this file.
Namespaces | |
namespace | 3_random |
Variables | |
list | 3_random.click_pt |
tuple | 3_random.click_pts = pointcloud2_to_xyz_array(click_pts_msg.points) |
tuple | 3_random.click_pts_msg = services.get_cursor_stats() |
list | 3_random.cursor_history = [] |
int | 3_random.history_size = 0 |
string | 3_random.path = '/home/robotics/lazewatskyd/ros-pkgs/wu-ros-pkg/3d_interaction/projector_interface/study/data/3_random_%s.mat' |
tuple | 3_random.point = choice(points) |
tuple | 3_random.points = np.array([(x,y,0) for x,y in zip(xx.ravel(), yy.ravel())]) |
tuple | 3_random.points_msg = xyz_array_to_pointcloud2(points, now(), '/table') |
tuple | 3_random.pt = PointStamped() |
tuple | 3_random.r = Rate(10) |
tuple | 3_random.start_time = now() |
list | 3_random.stds = [] |
tuple | 3_random.t1 = now() |
tuple | 3_random.t2 = now() |
list | 3_random.targets = [] |
list | 3_random.times = [] |
tuple | 3_random.timestr = datetime.datetime.today() |
tuple | 3_random.total_time = (now()-start_time) |
float | 3_random.xmax = 0.06501853 |
float | 3_random.xmin = 0.79651666 |
tuple | 3_random.xs = np.arange(xmin+0.05, xmax, ys[1] - ys[0]) |
float | 3_random.ymax = 0.50817382 |
float | 3_random.ymin = 0.03261997 |
tuple | 3_random.ys = np.linspace(ymin,ymax,3) |