after calculation
This commit is contained in:
10626
kine_ctrl/workspace_comfortable/rm75b_comfort_workspace.csv
Normal file
10626
kine_ctrl/workspace_comfortable/rm75b_comfort_workspace.csv
Normal file
File diff suppressed because it is too large
Load Diff
@ -53,7 +53,9 @@ X_RANGE = (-0.6, 0.6)
|
|||||||
Y_RANGE = (-0.6, 0.6)
|
Y_RANGE = (-0.6, 0.6)
|
||||||
Z_RANGE = (0.0, 0.8)
|
Z_RANGE = (0.0, 0.8)
|
||||||
|
|
||||||
GRID_RESOLUTION = 0.3 # 5 cm. Use 0.02 for finer but slower.
|
GRID_RESOLUTION = 0.05 # 5 cm. Use 0.02 for finer but slower.
|
||||||
|
|
||||||
|
num_orientations = 120
|
||||||
|
|
||||||
# Comfort thresholds
|
# Comfort thresholds
|
||||||
MIN_JOINT_MARGIN = 0.05 # 15% away from joint limits
|
MIN_JOINT_MARGIN = 0.05 # 15% away from joint limits
|
||||||
@ -133,7 +135,7 @@ JACOBIAN_EPS = 1e-5
|
|||||||
# 2. TASK ORIENTATION SAMPLING
|
# 2. TASK ORIENTATION SAMPLING
|
||||||
# ============================================================
|
# ============================================================
|
||||||
|
|
||||||
def make_task_orientations(num_orientations=200, seed=1):
|
def make_task_orientations(num_orientations=num_orientations, seed=1):
|
||||||
"""
|
"""
|
||||||
Random orientation sampling using RM's Euler convention:
|
Random orientation sampling using RM's Euler convention:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user