with tool, expand the calculation space
This commit is contained in:
@ -49,9 +49,9 @@ from math import radians, degrees, pi, cos, sin
|
||||
|
||||
# Cartesian workspace grid, in meters.
|
||||
# Adjust according to your robot placement and task.
|
||||
X_RANGE = (-0.6, 0.6)
|
||||
Y_RANGE = (-0.6, 0.6)
|
||||
Z_RANGE = (0.0, 0.8)
|
||||
X_RANGE = (-0.7, 0.7)
|
||||
Y_RANGE = (-0.7, 0.7)
|
||||
Z_RANGE = (-0.10, 0.8)
|
||||
|
||||
GRID_RESOLUTION = 0.05 # 5 cm. Use 0.02 for finer but slower.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user