Execution speed and EGM parameter documentation #159
Unanswered
TheodoroCardoso
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
My team and I are using this repository with the abb_robot_driver to control an ABB IRB2600 through MoveIt in ROS Noetic.
Following the tutorials available, we were able to get quite nice results already.
Our goal is to perform the planned trajectory as fast as possible.
Looking at the position curve recorded from the real robot in the image below, we can see the
ramp_in_time
is very fast (set to0.05
), however, the deacceleration phase takes a lot longer.This does not match the trajectory planned by MoveIt using the same simulated
position_controllers/JointTrajectoryController
I have tried tweaking a bunch of different
EgmSettings
, includingcond_min_max
andramp_out_time
.Here's the current setup:
Are there specific sets of values accepted for the parameters mentioned above?
Could you please point me to the documentation for the EGM settings / their ROS implementation?
Would you have any ideas on what could be causing this behavior or how to fix it?
Best,
Theodoro
Beta Was this translation helpful? Give feedback.
All reactions