37 #ifndef MOVEIT_MOVEIT_SETUP_ASSISTANT_WIDGETS_ROBOT_POSES_WIDGET_ 38 #define MOVEIT_MOVEIT_SETUP_ASSISTANT_WIDGETS_ROBOT_POSES_WIDGET_ 42 #include <QVBoxLayout> 43 #include <QHBoxLayout> 44 #include <QScrollArea> 47 #include <QPushButton> 48 #include <QTableWidget> 49 #include <QStackedLayout> 74 RobotPosesWidget(QWidget* parent, moveit_setup_assistant::MoveItConfigDataPtr config_data);
241 SliderWidget(QWidget* parent,
const robot_model::JointModel* joint_model,
double init_value);
263 void changeJointValue(
int value);
266 void changeJointSlider();
275 void jointValueChanged(
const std::string& name,
double value);