I am new to ROS Noetic and python programming and I have some questions regarding these controllers:
How can I launch this package to work on a real UR5e robot?
Can I use the cartesian compliance controller when the robot is in freedrive mode?
I want my robot to be less stiff when in the freedrive mode. What parameters of the controller (stiffness or pd_gains) do I need to tweak to achieve this?
No, this won't be possible. The UR5e's freedrive mode will deactivate all ROS controllers that would write commands to the hardware to avoid conflicting commands.
As a consequence of point 2. I'm afraid this is out of scope of these controllers and needs to be adjusted somewhere in the UR's parameter range. I'm not sure, however, if the e-Series has the sensors and internal control algorithms to shape apparent inertia as do some of the high-end collaborative robots.
Hi,
I am new to ROS Noetic and python programming and I have some questions regarding these controllers:
I look forward to your help. Thank you so much.