Skip to content

Commit

Permalink
Hide button to show rviz-based task construction (moveit#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn authored Oct 11, 2023
1 parent dcde89d commit a905572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualization/motion_planning_tasks/src/task_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ TaskPanelPrivate::TaskPanelPrivate(TaskPanel* panel) : q_ptr(panel) {
tool_buttons_group = new QButtonGroup(panel);
tool_buttons_group->setExclusive(true);
button_show_stage_dock_widget->setEnabled(bool(getStageFactory()));
button_show_stage_dock_widget->setToolTip("Show available stages");
button_show_stage_dock_widget->setVisible(false); // hide for now
property_root = new rviz::Property("Global Settings");
}

Expand Down

0 comments on commit a905572

Please sign in to comment.