![]() |
RobWorkProject
23.9.11-
|
a grphical interface for calculating resting configurations of rigid bodies using rigid body physics simulation. More...
#include <GraspRestingPoseDialog1.hpp>
Inherits QDialog, QDialog, and GraspRestingPoseDialog.
Public Types | |
| typedef std::vector< Eigen::MatrixXf > | TactileSensorData |
Signals | |
| void | stateChanged (const rw::kinematics::State &state) |
| The state of one simulation thread can be actively monitored through this signal. More... | |
| void | restingPoseEvent (const RestingConfig &restcfg) |
| An event that is fired when a resting pose has been calculated. | |
| void | stateChanged (const rw::kinematics::State &state) |
| The state of one simulation thread can be actively monitored through this signal. More... | |
| void | restingPoseEvent (const rw::kinematics::State &state) |
| An event that is fired when a resting pose has been calculated. | |
Public Member Functions | |
| GraspRestingPoseDialog (const rw::kinematics::State &state, rwsim::dynamics::DynamicWorkCell *dwc, rw::proximity::CollisionDetector *detector, QWidget *parent=0) | |
| const rw::kinematics::State & | getState () |
| std::vector< rwsim::dynamics::RigidBody::Ptr > & | getBodies () |
| std::vector< rw::kinematics::State > & | getStartPoses () |
| std::vector< rw::kinematics::State > & | getRestingPoses () |
| void | setPreshapeStrategy (const std::string &str) |
| void | setSaveDir (const std::string &str) |
| void | setUniqueID (const std::string &id) |
| void | startAuto () |
| void | stepCallBack (int i, const rw::kinematics::State &state) |
| GraspRestingPoseDialog (const rw::kinematics::State &state, rwsim::dynamics::DynamicWorkCell *dwc, rw::proximity::CollisionDetector *detector, QWidget *parent=0) | |
| const rw::kinematics::State & | getState () |
| std::vector< rwsim::dynamics::RigidBody * > & | getBodies () |
| std::vector< rw::kinematics::State > & | getStartPoses () |
| std::vector< rw::kinematics::State > & | getRestingPoses () |
| void | setPreshapeStrategy (const std::string &str) |
| void | setSaveDir (const std::string &str) |
| void | startAuto () |
a grphical interface for calculating resting configurations of rigid bodies using rigid body physics simulation.
|
signal |
The state of one simulation thread can be actively monitored through this signal.
| state |
|
signal |
The state of one simulation thread can be actively monitored through this signal.
| state |