#include <perception_widget.h>
Public Member Functions | |
virtual void | focusGiven () |
Received when this widget is chosen from the navigation menu. More... | |
virtual bool | focusLost () |
Received when another widget is chosen from the navigation menu. More... | |
void | loadSensorPluginsComboBox () |
Populate the combo dropdown box with sensor plugins. More... | |
PerceptionWidget (QWidget *parent, moveit_setup_assistant::MoveItConfigDataPtr config_data) | |
Public Member Functions inherited from SetupScreenWidget | |
SetupScreenWidget (QWidget *parent) | |
Public Attributes | |
QLineEdit * | depth_filtered_cloud_topic_field_ |
QGroupBox * | depth_map_group_ |
QLineEdit * | depth_max_update_rate_field_ |
QLineEdit * | depth_padding_offset_field_ |
QLineEdit * | depth_padding_scale_field_ |
QLineEdit * | far_clipping_field_ |
QLineEdit * | filtered_cloud_topic_field_ |
QLineEdit * | image_topic_field_ |
QLineEdit * | max_range_field_ |
QLineEdit * | max_update_rate_field_ |
QLineEdit * | near_clipping_field_ |
QLineEdit * | padding_offset_field_ |
QLineEdit * | padding_scale_field_ |
QGroupBox * | point_cloud_group_ |
QLineEdit * | point_cloud_topic_field_ |
QLineEdit * | point_subsample_field_ |
QLineEdit * | queue_size_field_ |
QComboBox * | sensor_plugin_field_ |
QLineEdit * | shadow_threshold_field_ |
Private Slots | |
void | sensorPluginChanged (int index) |
Called when the selected item in the sensor_plugin_field_ combobox is changed. More... | |
Private Attributes | |
moveit_setup_assistant::MoveItConfigDataPtr | config_data_ |
Contains all the configuration data for the setup assistant. More... | |
Additional Inherited Members | |
Signals inherited from SetupScreenWidget | |
void | highlightGroup (const std::string &name) |
Event for telling rviz to highlight a group of the robot. More... | |
void | highlightLink (const std::string &name, const QColor &) |
Event for telling rviz to highlight a link of the robot. More... | |
void | isModal (bool isModal) |
Event for when the current screen is in modal view. Essential disabled the left navigation. More... | |
void | unhighlightAll () |
Event for telling rviz to unhighlight all links of the robot. More... | |
Definition at line 59 of file perception_widget.h.
moveit_setup_assistant::PerceptionWidget::PerceptionWidget | ( | QWidget * | parent, |
moveit_setup_assistant::MoveItConfigDataPtr | config_data | ||
) |
Definition at line 49 of file perception_widget.cpp.
|
virtual |
Received when this widget is chosen from the navigation menu.
Reimplemented from SetupScreenWidget.
Definition at line 193 of file perception_widget.cpp.
|
virtual |
Received when another widget is chosen from the navigation menu.
Reimplemented from SetupScreenWidget.
Definition at line 201 of file perception_widget.cpp.
void moveit_setup_assistant::PerceptionWidget::loadSensorPluginsComboBox | ( | ) |
Populate the combo dropdown box with sensor plugins.
Definition at line 283 of file perception_widget.cpp.
|
privateslot |
Called when the selected item in the sensor_plugin_field_ combobox is changed.
Definition at line 261 of file perception_widget.cpp.
|
private |
Contains all the configuration data for the setup assistant.
Definition at line 124 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::depth_filtered_cloud_topic_field_ |
Definition at line 106 of file perception_widget.h.
QGroupBox* moveit_setup_assistant::PerceptionWidget::depth_map_group_ |
Definition at line 87 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::depth_max_update_rate_field_ |
Definition at line 107 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::depth_padding_offset_field_ |
Definition at line 105 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::depth_padding_scale_field_ |
Definition at line 104 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::far_clipping_field_ |
Definition at line 102 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::filtered_cloud_topic_field_ |
Definition at line 96 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::image_topic_field_ |
Definition at line 99 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::max_range_field_ |
Definition at line 91 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::max_update_rate_field_ |
Definition at line 95 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::near_clipping_field_ |
Definition at line 101 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::padding_offset_field_ |
Definition at line 93 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::padding_scale_field_ |
Definition at line 94 of file perception_widget.h.
QGroupBox* moveit_setup_assistant::PerceptionWidget::point_cloud_group_ |
Definition at line 86 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::point_cloud_topic_field_ |
Definition at line 90 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::point_subsample_field_ |
Definition at line 92 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::queue_size_field_ |
Definition at line 100 of file perception_widget.h.
QComboBox* moveit_setup_assistant::PerceptionWidget::sensor_plugin_field_ |
Definition at line 83 of file perception_widget.h.
QLineEdit* moveit_setup_assistant::PerceptionWidget::shadow_threshold_field_ |
Definition at line 103 of file perception_widget.h.