Update path_generator.py
This commit is contained in:
parent
7446d9d9d1
commit
42e61f3b55
@ -317,8 +317,8 @@ def gen_rotatez_path(standby_coordinate,
|
|||||||
x = xy_radius * np.cos(i*step_angle)
|
x = xy_radius * np.cos(i*step_angle)
|
||||||
y = xy_radius * np.sin(i*step_angle)
|
y = xy_radius * np.sin(i*step_angle)
|
||||||
|
|
||||||
m = get_rotate_y_matrix(np.arctan2(
|
m = get_rotate_y_matrix(np.arctan2(x, z_lift)*180/np.pi) * \
|
||||||
x, z_lift)*180/np.pi) * get_rotate_x_matrix(np.arctan2(y, z_lift)*180/np.pi)
|
get_rotate_x_matrix(np.arctan2(y, z_lift)*180/np.pi)
|
||||||
|
|
||||||
path[i, :, :] = ((np.matmul(m, scx.T)).T)[:, :-1]
|
path[i, :, :] = ((np.matmul(m, scx.T)).T)[:, :-1]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user