moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <simulation_widget.hpp>
Public Member Functions | |
void | onInit () override |
void | focusGiven () override |
function called when widget is activated, allows to update/initialize GUI More... | |
bool | focusLost () override |
function called when widget loses focus, although switching away can be rejected More... | |
SetupStep & | getSetupStep () override |
Return a reference to the SetupStep object. More... | |
Public Member Functions inherited from moveit_setup::SetupStepWidget | |
void | initialize (const rclcpp::Node::SharedPtr &parent_node, QWidget *parent_widget, RVizPanel *rviz_panel, const DataWarehousePtr &config_data) |
Called after construction to initialize the step. More... | |
bool | isReady () |
Additional Inherited Members | |
Signals inherited from moveit_setup::SetupStepWidget | |
void | dataUpdated () |
When the underlying data has been updated (which can cause other steps to become "Ready") More... | |
void | advanceRequest () |
When this signal is received, the GUI should attempt to advance to the next step. More... | |
void | setModalMode (bool isModal) |
Event for when the current screen is in modal view. Disables the left navigation. More... | |
Protected Attributes inherited from moveit_setup::SetupStepWidget | |
RVizPanel * | rviz_panel_ |
bool | debug_ |
Definition at line 56 of file simulation_widget.hpp.
|
overridevirtual |
function called when widget is activated, allows to update/initialize GUI
Reimplemented from moveit_setup::SetupStepWidget.
Definition at line 128 of file simulation_widget.cpp.
|
overridevirtual |
function called when widget loses focus, although switching away can be rejected
Reimplemented from moveit_setup::SetupStepWidget.
Definition at line 164 of file simulation_widget.cpp.
|
inlineoverridevirtual |
Return a reference to the SetupStep object.
Implements moveit_setup::SetupStepWidget.
Definition at line 69 of file simulation_widget.hpp.
|
overridevirtual |
Reimplemented from moveit_setup::SetupStepWidget.
Definition at line 62 of file simulation_widget.cpp.