-
Notifications
You must be signed in to change notification settings - Fork 196
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
Replaced deprecated functions to reduce warnings during build #726
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Can you also modify the corresponding .rst
files in doc/tutorials/pick_and_place_with_moveit_task_constructor/pick_and_place_with_moveit_task_constructor.rst
?
I think GitHub is being weird. I saw the email notification for the follow-up commit but it doesn't show up on here. Will check later. |
Yep, commit showed up on the branch but not here. Maybe just some delay. |
Hi @sea-bass |
* Replaced deprecated functions to reduce warnings during build * updated .rst file in docs * GitHub issue --------- Co-authored-by: Sebastian Jahr <[email protected]> (cherry picked from commit 5f651f0)
…753) * Replaced deprecated functions to reduce warnings during build * updated .rst file in docs * GitHub issue --------- Co-authored-by: Sebastian Jahr <[email protected]> (cherry picked from commit 5f651f0) Co-authored-by: Shobuj Paul <[email protected]>
Description
Replaced the following deprecated functions to reduce warnings during build.
setMaxVelocityScaling()
withsetMaxVelocityScalingFactor()
.setMaxAccelerationScaling()
withsetMaxAccelerationScalingFactor()
.Fixes #725
Checklist