Skip to content

Commit

Permalink
Update msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurv354 authored and AndrejOrsula committed Mar 29, 2024
1 parent 8bf71ae commit bfd5c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymoveit2/moveit2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ def __init_move_action_goal(
move_action_goal.request.allowed_planning_time = 0.5
move_action_goal.request.max_velocity_scaling_factor = 0.0
move_action_goal.request.max_acceleration_scaling_factor = 0.0
move_action_goal.request.cartesian_speed_end_effector_link = end_effector
move_action_goal.request.cartesian_speed_limited_link = end_effector
move_action_goal.request.max_cartesian_speed = 0.0

# move_action_goal.planning_options.planning_scene_diff = "Ignored"
Expand Down

0 comments on commit bfd5c15

Please sign in to comment.