We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The file joint_limits.yaml defines velocity limits for MoveIT:
joint_limits: iiwa_joint_1: has_velocity_limits: true max_velocity: 10 has_acceleration_limits: false max_acceleration: 0
Shouldn't those limits be the same ones that are imposed by the real robot? So for example a max_velocity of 1.7104 for the first joint for an iiwa7?
max_velocity
iiwa7
The text was updated successfully, but these errors were encountered:
That would also be relevant for #205 since the comments in joint_limits.yaml say:
joint_limits.yaml
joint_limits.yaml allows the dynamics properties specified in the URDF to be overwritten or augmented as needed
Sorry, something went wrong.
No branches or pull requests
The file joint_limits.yaml defines velocity limits for MoveIT:
Shouldn't those limits be the same ones that are imposed by the real robot? So for example a
max_velocity
of 1.7104 for the first joint for aniiwa7
?The text was updated successfully, but these errors were encountered: