#include <robot_poses_widget.h>
|
| virtual void | focusGiven () |
| | Received when this widget is chosen from the navigation menu. More...
|
| |
| | RobotPosesWidget (QWidget *parent, moveit_setup_assistant::MoveItConfigDataPtr config_data) |
| |
| virtual bool | focusLost () |
| | function called when widget lost focus, allows to accept/reject changes and to reject switching (returning false) More...
|
| |
| | SetupScreenWidget (QWidget *parent) |
| |
|
| 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 65 of file robot_poses_widget.h.
| moveit_setup_assistant::RobotPosesWidget::RobotPosesWidget |
( |
QWidget * |
parent, |
|
|
moveit_setup_assistant::MoveItConfigDataPtr |
config_data |
|
) |
| |
| void moveit_setup_assistant::RobotPosesWidget::cancelEditing |
( |
| ) |
|
|
privateslot |
| QWidget * moveit_setup_assistant::RobotPosesWidget::createContentsWidget |
( |
| ) |
|
|
private |
| QWidget * moveit_setup_assistant::RobotPosesWidget::createEditWidget |
( |
| ) |
|
|
private |
| void moveit_setup_assistant::RobotPosesWidget::deleteSelected |
( |
| ) |
|
|
privateslot |
| void moveit_setup_assistant::RobotPosesWidget::doneEditing |
( |
| ) |
|
|
privateslot |
| void moveit_setup_assistant::RobotPosesWidget::edit |
( |
int |
row | ) |
|
|
private |
| void moveit_setup_assistant::RobotPosesWidget::editDoubleClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
privateslot |
| void moveit_setup_assistant::RobotPosesWidget::editSelected |
( |
| ) |
|
|
privateslot |
| srdf::Model::GroupState * moveit_setup_assistant::RobotPosesWidget::findPoseByName |
( |
const std::string & |
name, |
|
|
const std::string & |
group |
|
) |
| |
|
private |
Find the associated data by name
- Parameters
-
| name | - name of data to find in datastructure |
- Returns
- pointer to data in datastructure
Definition at line 563 of file robot_poses_widget.cpp.
| void moveit_setup_assistant::RobotPosesWidget::focusGiven |
( |
| ) |
|
|
virtual |
| void moveit_setup_assistant::RobotPosesWidget::loadDataTable |
( |
| ) |
|
|
private |
| void moveit_setup_assistant::RobotPosesWidget::loadGroupsComboBox |
( |
| ) |
|
|
private |
| void moveit_setup_assistant::RobotPosesWidget::loadJointSliders |
( |
const QString & |
selected | ) |
|
|
privateslot |
| void moveit_setup_assistant::RobotPosesWidget::playPoses |
( |
| ) |
|
|
privateslot |
| void moveit_setup_assistant::RobotPosesWidget::previewClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
privateslot |
| void moveit_setup_assistant::RobotPosesWidget::publishJoints |
( |
| ) |
|
|
privateslot |
Publishes a joint state message based on all the slider locations in a planning group, to rviz.
Definition at line 800 of file robot_poses_widget.cpp.
| void moveit_setup_assistant::RobotPosesWidget::showDefaultPose |
( |
| ) |
|
|
privateslot |
| void moveit_setup_assistant::RobotPosesWidget::showNewScreen |
( |
| ) |
|
|
privateslot |
| void moveit_setup_assistant::RobotPosesWidget::updateRobotModel |
( |
const std::string & |
name, |
|
|
double |
value |
|
) |
| |
|
privateslot |
Call when one of the sliders has its value changed to store its value in kinematic model
- Parameters
-
| name | - name of joint being changed |
| value | - value of joint |
Definition at line 788 of file robot_poses_widget.cpp.
| QPushButton* moveit_setup_assistant::RobotPosesWidget::btn_cancel_ |
| QPushButton* moveit_setup_assistant::RobotPosesWidget::btn_delete_ |
| QPushButton* moveit_setup_assistant::RobotPosesWidget::btn_edit_ |
| QPushButton* moveit_setup_assistant::RobotPosesWidget::btn_save_ |
| QLabel* moveit_setup_assistant::RobotPosesWidget::collision_warning_ |
| QVBoxLayout* moveit_setup_assistant::RobotPosesWidget::column2_ |
| moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::RobotPosesWidget::config_data_ |
|
private |
| QTableWidget* moveit_setup_assistant::RobotPosesWidget::data_table_ |
| QComboBox* moveit_setup_assistant::RobotPosesWidget::group_name_field_ |
| QVBoxLayout* moveit_setup_assistant::RobotPosesWidget::joint_list_layout_ |
| QWidget* moveit_setup_assistant::RobotPosesWidget::joint_list_widget_ |
| std::vector<const robot_model::JointModel*> moveit_setup_assistant::RobotPosesWidget::joint_models_ |
|
private |
| std::map<std::string, double> moveit_setup_assistant::RobotPosesWidget::joint_state_map_ |
|
private |
All the joint slider values that have thus far been seen. May contain more than just the current joints' values.
Definition at line 157 of file robot_poses_widget.h.
| QWidget* moveit_setup_assistant::RobotPosesWidget::pose_edit_widget_ |
| QWidget* moveit_setup_assistant::RobotPosesWidget::pose_list_widget_ |
| QLineEdit* moveit_setup_assistant::RobotPosesWidget::pose_name_field_ |
| ros::Publisher moveit_setup_assistant::RobotPosesWidget::pub_robot_state_ |
|
private |
| QScrollArea* moveit_setup_assistant::RobotPosesWidget::scroll_area_ |
| QStackedLayout* moveit_setup_assistant::RobotPosesWidget::stacked_layout_ |
The documentation for this class was generated from the following files: