You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will update this next week as well. The idea is to have the same behavior in both lwr_hw_sim and lwr_hw_real, so the plugin will expose both PositionJointInterface and EffortJointInterface, emulating strategy 10 and 30.
For EffortJointInterface is clear, is what exists today that emulates strategy 30.
For PositionJointInterface there are two possible variants based on position commands:
Use a PID within the plugin to compute efforts that are sent to the simulation.
As can be seen in commit 3376577, removing spring_effort makes the Gazebo simulation work again with effort controllers.
How can we do this in a clean way? Shall we put a yaml parameter to lwr_hw_sim?
The text was updated successfully, but these errors were encountered: