Skip to content
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

Deprecating PoseBundle #15534

Merged

Commits on Aug 6, 2021

  1. Deprecating PoseBundle

    This deprecates PoseBundle as well as closely affiliated classes:
    PoseVector, PoseAggregator, PoseBundoeToDrawMessage.
    
    There are two systems that have PoseBUndle-valued output ports and two
    diagrams that export those ports.
    
    The systems had explicit getters for the ports; those getters have been
    deprecated.
    
    The diagrams were mixed. One had a getter, one relied on
    get_output_port(name). To generally aid the case where a leaf output
    port is exported, the calc methods of the two systems have been given
    a "log once" warning.
    
    Bindings and unit tests have likewise been updated.
    SeanCurtis-TRI committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    40d8fa6 View commit details
    Browse the repository at this point in the history