-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
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
moveit default_velocity_scaling_factor is ignored #210
Comments
Configurable scaling factors were introduced in moveit/moveit#1890 after the corresponding MTC code was written. In MTC, the scaling factors are configured as (constant) properties here: A pull request replacing this by a lookup of default scaling factors from ROS parameters is highly welcome. |
I discussed this with @JonasTietz yesterday and was wondering whether we want to support this in MTC at all. We could also tackle this by making time parameterization an explicit parameter in each stage, additionally supporting different algorithms for that. I'm not sure I like the associated overhead though and it would add more parameters if you want to auto compute a "correct" dynamics profile for some stages, but allow the stage to compute their own profile if they know better (pouring is a good example for this :)) Lastly, we could also add default properties for this similar to the |
Actually, I like the idea of adding time parameterization as an explicit, configurable property of stages. Some stages, e.g. the Merger or merger Connect stages, don't have time parameterization (or it is hardcoded for a specific method). |
Hello,
I noticed that the default_velocity_scaling_factor is ignored when planning trajectories with the pipeline planner, which is suprising at least. Especially if you tuned the joint_limits.yaml to be save at the default_velocity_scaling_factor.
The text was updated successfully, but these errors were encountered: