-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update to drake v0.27.0 #33
Comments
There is no problem with all mali* packages but delphyne should be able to migrate only up to v0.22.0 due to this PR: RobotLocomotion/drake#13889 where the attic is removed and with it several APIs. In drake v.0.19.0 (just one ahead of the current state), several RigidBody APIs are moved to the attic. |
Deprecated APIs used in delphyne:
Which affects files in:
|
I think maliput/delphyne#758 took care of most of the deprecated APIs, except for one more instance of There is a tantalizing bit of code in geometry/geometry_visualization.cc, which is another function named |
I'm not sure that we are using the BoxCarVis class anywhere aside from some tests, so one option is to disable that code if it is too difficult to port it. |
Thanks @scpeters for the report. I've considered different options and I think the best path forward is to copy the MakeGeometryData() function for boxes as it is proposed in maliput/delphyne#765 I've also created a ticket in delphyne to move BoxCarVis to test utilities --> maliput/delphyne#766 |
More changes are required:
|
While reviewing maliput/delphyne#767, I noticed some additional deprecation warnings for passing unique pointers into
|
Just what the title states.
The text was updated successfully, but these errors were encountered: