Skip to content

Commit

Permalink
fix depallet speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Svastits committed Oct 25, 2023
1 parent 59ad2f0 commit 7125295
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ int main(int argc, char * argv[])

node->initialize();

node->moveGroupInterface()->setMaxVelocityScalingFactor(0.1);
node->moveGroupInterface()->setMaxAccelerationScalingFactor(0.1);
node->moveGroupInterface()->setMaxVelocityScalingFactor(1.0);
node->moveGroupInterface()->setMaxAccelerationScalingFactor(1.0);
// Add robot platform
node->addRobotPlatform();
node->addBreakPoint();
Expand Down

0 comments on commit 7125295

Please sign in to comment.