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

PSM: keep references to scene_ valid upon receiving full scenes #2850

Open
wants to merge 3 commits into
base: humble
Choose a base branch
from

Commits on Aug 29, 2024

  1. PSM: keep references to scene_ valid upon receiving full scenes (move…

    …it#2745)
    
    plan_execution-related modules rely on `plan.planning_scene_` in many places
    to point to the currently monitored scene (or a diff on top of it).
    
    Before this patch, if the PSM would receive full scenes during execution,
    `plan.planning_scene_` would not include later incremental updates anymore
    because the monitor created a new diff scene.
    ---------
    
    Co-authored-by: v4hn <[email protected]>
    2 people authored and rhaschke committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7d997d4 View commit details
    Browse the repository at this point in the history
  2. fix cmake formatting

    rhaschke committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    226a000 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    4917d50 View commit details
    Browse the repository at this point in the history