Skip to content

fix(moveit_cpp): load planning scene monitor params#3730

Open
liborw wants to merge 1 commit into
moveit:mainfrom
rop-ctu:fix/moveitcpp-planning-scene-monitor-params
Open

fix(moveit_cpp): load planning scene monitor params#3730
liborw wants to merge 1 commit into
moveit:mainfrom
rop-ctu:fix/moveitcpp-planning-scene-monitor-params

Conversation

@liborw
Copy link
Copy Markdown

@liborw liborw commented May 20, 2026

Load all planning_scene_monitor_options values from node parameters so MoveItPy config_dict can override joint_state_topic and related settings. Fixes #3729.

@liborw liborw marked this pull request as ready for review May 20, 2026 14:32
Copy link
Copy Markdown
Contributor

@peci1 peci1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (but I haven't run-tested this).

One possible simplification is to remove the initializers of the member vars from the constructor and pass the default values to get_param_or.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PlanningSceneMonitorOptions:load(): half of the options are ignored

2 participants