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
The provided link addresses the actual issue. I would like to suggest adding a default value to the friction and damping parameters to minimize unnecessary errors and complications. As a newcomer to ROS, I apologize if this suggestion seems trivial or misguided. I am proposing this idea based on personal experience, as I encountered significant difficulty in identifying the root cause of the issue.
The text was updated successfully, but these errors were encountered:
The Open Dynamics Engine fmax parameter was set to the joint's effort limit in gazebo_ros_controlhere.
It appears to default to zero in gazebo_ros2_control, and although it can be set via a URDF <dynamics> tag's friction attribute, that's not obvious or intutitive (Took me a while to find #73 to figure it out.)
Hi @danzimmerman, I appreciate your explanation about the 'fmax' parameter and its implications in gazebo_ros2_control. Based on my experience, I suggest that we consider changing the default value of the 'fmax' parameter. This might help to prevent confusion and unintended errors, especially for newcomers in this field.
Alternatively, adding a clear warning in the documentation about the potential issues when the dynamics tags are not properly set could be beneficial. This could highlight the importance of setting these tags and the potential problems that might occur if they are omitted.
I believe these changes could significantly improve user experience and make it easier for beginners to understand and use gazebo_ros2_control effectively. Thanks again for your insightful explanation.
https://answers.ros.org/question/416011/strange-behavior-and-instability-of-six-axis-manipulator-in-ros-2-with-gazeboclassic-when-using-position-control/
The provided link addresses the actual issue. I would like to suggest adding a default value to the friction and damping parameters to minimize unnecessary errors and complications. As a newcomer to ROS, I apologize if this suggestion seems trivial or misguided. I am proposing this idea based on personal experience, as I encountered significant difficulty in identifying the root cause of the issue.
The text was updated successfully, but these errors were encountered: