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

Use sdf FindElement API to avoid const_cast #2231

Merged
merged 3 commits into from
Nov 10, 2023
Merged

Commits on Nov 7, 2023

  1. Use sdf FindElement API to avoid const_cast

    Several systems use const_cast in order to call
    sdf::Element::GetElement with const ElementPtrs,
    but the FindElement API can be used instead.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f89c44e View commit details
    Browse the repository at this point in the history
  2. Use more auto

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7b6e966 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fix gz-sensors branch in custom sensor example

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9cf0824 View commit details
    Browse the repository at this point in the history