Skip to content

Commit

Permalink
set scaling factor for pilz lin
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed Oct 24, 2023
1 parent 4afe742 commit 02c646e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ int main(int argc, char * argv[])
example_node->addBreakPoint();

// Try moving back with Pilz LIN
example_node->moveGroupInterface()->setMaxVelocityScalingFactor(0.1);
example_node->moveGroupInterface()->setMaxAccelerationScalingFactor(0.1);
planned_trajectory = example_node->planToPoint(
standing_pose, "pilz_industrial_motion_planner",
"LIN");
Expand Down

0 comments on commit 02c646e

Please sign in to comment.