Skip to content

Commit

Permalink
joint_values.pyにmax_acceleraration_scaling_factorとmax_velocity_scalin…
Browse files Browse the repository at this point in the history
…g_factorの設定を追加
  • Loading branch information
mizonon committed Oct 25, 2024
1 parent 2ea61a0 commit b895f0b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ def main(args=None):
crane_plus,
"ompl_rrtc",
)


plan_request_params.max_acceleration_scaling_factor = 1.0 # Set 0.0 ~ 1.0
plan_request_params.max_velocity_scaling_factor = 1.0 # Set 0.0 ~ 1.0

# armの関節のjoint1〜4を順番に45[deg]ずつ動かす
joint_names = ["crane_plus_joint1", "crane_plus_joint2", "crane_plus_joint3", "crane_plus_joint4"]
target_joint_value = math.radians(45)
Expand Down

0 comments on commit b895f0b

Please sign in to comment.